apache2 web server
Sajan Parikh
sajan at parikh.io
Wed Apr 23 15:09:16 UTC 2014
On 04/23/2014 10:04 AM, Ian A Taylor wrote:
> Marius
>
> Thanks for reply
>
> To answer your questions
>
> /etc/apache2/sites-available/qwert
>
> ==================================================================
> <VirtualHost *:80>
> ServerName fffff.st-and.ac.uk/qwert
> ServerAdmin A MAIL ADDRESS
>
> DocumentRoot /var/www/qwert
>
> <Directory /var/www/qwert>
> Options Indexes FollowSymLinks MultiViews +ExecCGI
> AllowOverride None
> Order deny,allow
> allow from all
> </Directory>
>
> ErrorLog ${APACHE_LOG_DIR}/error.log
> LogLevel warn
> CustomLog ${APACHE_LOG_DIR}/access.log combined
> </VirtualHost>
> ====================================================================
>
Run 'apachectl configtest' and make sure you get 'Syntax OK' returned.
I'm fairly sure your ServerName directive is invalid. You cannot have
the '/qwert' there.
Sajan Parikh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3195 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20140423/c44ae2af/attachment.bin>
More information about the ubuntu-users
mailing list