Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 2 matches

by stychokiller
2021-12-08 00:14
Forum: System and Network configuration
Topic: Apache2 config problem?
Replies: 3
Views: 6791

Re: Apache2 config problem?

The permissions on both files are identical (0755), which is what is recommended. This is why the apache2 error message is less than helpful.
Do the modules and libraries have to have looser permissions as well?
by stychokiller
2021-12-07 06:11
Forum: System and Network configuration
Topic: Apache2 config problem?
Replies: 3
Views: 6791

Apache2 config problem?

I made two test files in /var/www/html -- one is called 'test.cgi, ' and the other is called 'test.html.' They both contain the same contents: <!DOCTYPE html> <!-- PUBLIC "-//W3C//DTD HTML 3.2//EN"> --> <html> <head> <title>Testing basic HTML script file:</title> </head> <body> <!-- Start ...