Online Resources: Difference between revisions

From FSU Fox's Lab Wiki
Jump to navigation Jump to search
 
(36 intermediate revisions by the same user not shown)
Line 1: Line 1:
Most of the resources are hosted at fsunuc.
Most of the resources are hosted at [[Web Server | fsunuc]].


= Web =
= Web page =


the web service is provided by Apache2 2.4.41.  
The <b>[https://fsunuc.physics.fsu.edu web page service]</b> is provided by Apache2 2.4.41.


The webpage is stored at /var/www/html/
The webpage is stored at /var/www/html/
Line 9: Line 9:
There are two "personal" webpage located at /home/<user>/public_html/
There are two "personal" webpage located at /home/<user>/public_html/


The Apache enabled following mods:
People require a "personal" webpage could contact Ryan mailto:rtang@fsu.edu


access_compat.load 
= Elog =
alias.conf         
alias.load         
auth_basic.load     
authn_core.load     
authn_file.load     
authz_core.load     
authz_groupfile.load
authz_host.load     
authz_user.load     
autoindex.conf     
autoindex.load     
deflate.conf       
deflate.load       
dir.conf           
dir.load           
dump_io.load       
env.load           
filter.load         
mime.conf           
mime.load           
mpm_prefork.conf   
mpm_prefork.load   
negotiation.conf   
negotiation.load   
php7.4.conf         
php7.4.load         
proxy_balancer.conf 
proxy_balancer.load 
proxy.conf         
proxy_http.load     
proxy.load         
reqtimeout.conf     
reqtimeout.load     
rewrite.load       
setenvif.conf       
setenvif.load       
slotmem_shm.load   
socache_shmcb.load 
ssl.conf           
ssl.load           
status.conf         
status.load         
userdir.conf       
userdir.load


The conf file for the web server is
Version 3.1.4.3. The elog can be accessed at <b>[http://elog.physics.fsu.edu https://elog.physics.fsu.edu]</b>.


'''fsunuc.conf'''
'''To post elog entry from bash script''', the method in this [https://fsunuc.physics.fsu.edu/elog/fsunuc/5 elog entry].


<VirtualHost *:80>
= Grafana =
ServerName fsunuc.physics.fsu.edu
ServerAdmin webadmin@localhost
DocumentRoot /var/www/html/
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
#Redirect hhtp to https
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R=301,L]
<Directory /var/www/html>
AllowOverride All
</Directory>
<Directory "/*/*/public_html">
AllowOverride FileInfo AuthConfig Limit
Options +MultiViews -Indexes +SymLinksIfOwnerMatch +ExecCGI
<Limit GET POST OPTIONS>
Order allow,deny
Allow from all
</Limit>
</Directory>
</VirtualHost>


For the https
version 8.4.5.


<VirtualHost *:443>
The Grafana is a dashboard for displaying information from database. It can be accessed at <b>[https://fsunuc.physics.fsu.edu/grafana/ https://fsunuc.physics.fsu.edu/grafana/]</b>.
ServerName fsunuc.physics.fsu.edu
ServerAdmin webadmin@localhost
DocumentRoot /var/www/html/
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
SSLEngine on
SSLCertificateFile /etc/apache2/certificate/localhost.crt
SSLCertificateKeyFile /etc/apache2/certificate/localhost.key
<Directory /var/www/html>
AllowOverride All
</Directory>
<Directory "/*/*/public_html">
AllowOverride FileInfo AuthConfig Limit
Options +MultiViews -Indexes +SymLinksIfOwnerMatch +ExecCGI
<Limit GET POST OPTIONS>
Order allow,deny
Allow from all
</Limit>
</Directory>
</VirtualHost>


= Elog =
The Grafana documentation can be found in <b>[https://grafana.com/docs/ here]</b>.


== installation ==  
= Git =


== Configuration ==
https://fsunuc.physics.fsu.edu/git/ Powered by Gitea.


== Setup Apache2 ==
= Wiki =


= Grafana =
Which is this '''[https://fsunuc.physics.fsu.edu/wiki wiki]'''.


= InfluxDB =
= InfluxDB =


= Git =
{{Notice | This is for internal use only, not open to public. }}
 
version 1.8.
 
For writing data to the database please check <b>[https://fsunuc.physics.fsu.edu/elog/fsunuc/14 this elog entry]</b>
 
For the Query Language of the InfluxDB, check <b>[https://docs.influxdata.com/influxdb/v1.8/query_language/ this]</b>
 
= Data server =
 
{{Notice | The data server is for internal use only, not open to public.}}
 
For detail, see <b>[[Data Server]]</b>
 
= postfix =
 
{{Notice | This is for internal use only, not open to public.}}
 
The university forbids the use of port 25 for stmp.
 
change the local stmp port to be 9896. Any stmp service can be sent to
* localhost:9896
* mailrelay.fsu.edu
 
To send an email in [[Web Server | fsunuc]]
 
>mail <address> -s <Subject>
 
This will prompt you to type the context. crtl+d to end.


= Wiki =
= Contact =
* Ryan Tang mailto:rtang@fsu.edu

Latest revision as of 17:57, 3 May 2022

Most of the resources are hosted at fsunuc.

Web page

The web page service is provided by Apache2 2.4.41.

The webpage is stored at /var/www/html/

There are two "personal" webpage located at /home/<user>/public_html/

People require a "personal" webpage could contact Ryan mailto:rtang@fsu.edu

Elog

Version 3.1.4.3. The elog can be accessed at https://elog.physics.fsu.edu.

To post elog entry from bash script, the method in this elog entry.

Grafana

version 8.4.5.

The Grafana is a dashboard for displaying information from database. It can be accessed at https://fsunuc.physics.fsu.edu/grafana/.

The Grafana documentation can be found in here.

Git

https://fsunuc.physics.fsu.edu/git/ Powered by Gitea.

Wiki

Which is this wiki.

InfluxDB

Notice Notice :   This is for internal use only, not open to public.

version 1.8.

For writing data to the database please check this elog entry

For the Query Language of the InfluxDB, check this

Data server

Notice Notice :   The data server is for internal use only, not open to public.

For detail, see Data Server

postfix

Notice Notice :   This is for internal use only, not open to public.

The university forbids the use of port 25 for stmp.

change the local stmp port to be 9896. Any stmp service can be sent to

  • localhost:9896
  • mailrelay.fsu.edu

To send an email in fsunuc

>mail <address> -s <Subject>

This will prompt you to type the context. crtl+d to end.

Contact