You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to deploy webserver with Apache for our small network but no any positive results.
Have downloaded fc00.git and Installed flask, flup, mysqldb, pygraphviz for python. Web.py running on default port 3000.
Apache config:
<IfModule_ mod_fcgid.c> <VirtualHost x.x.x.x:80> ServerName name.net.pl DocumentRoot /var/www/html/mapa/web ScriptAlias / var/www/html/mapa/web/static <Directory /var/www/html/mapa/web> Order allow,deny Allow from all Options +ExecCGI +FollowSymLinks Require all granted AddHandler mapa .fcgi </Directory> ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined </VirtualHost> </IfModule>
I'm not programmer and not sure what i'm doing wrong.
I'm trying to deploy webserver with Apache for our small network but no any positive results.
Have downloaded fc00.git and Installed flask, flup, mysqldb, pygraphviz for python. Web.py running on default port 3000.
Apache config:
<IfModule_ mod_fcgid.c>
<VirtualHost x.x.x.x:80>
ServerName name.net.pl
DocumentRoot /var/www/html/mapa/web
ScriptAlias / var/www/html/mapa/web/static
<Directory /var/www/html/mapa/web>
Order allow,deny
Allow from all
Options +ExecCGI +FollowSymLinks
Require all granted
AddHandler mapa .fcgi
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
</IfModule>
I'm not programmer and not sure what i'm doing wrong.
Can someone help ?
The text was updated successfully, but these errors were encountered: