Linode.com Forum Forum Index Linode.com Forum
Linode Community Forums
 


ISPConfig failed adding sites

Click here to go to the original topic

 
       Linode.com Forum Forum Index -> Linux, Apache, Mysql and PHP (LAMP) Forum
Author Message
lynch2



Joined: 11 May 2008
Posts: 3

Posted: Sun May 11, 2008 10:10 pm    Post subject: ISPConfig failed adding sites  

Hello,

I installed ispconfig on my linode. Then I added a new site in ispconfig, and uploaded the files to /var/www/web2/web via SSH. But i'm keeping on getting 404 errors. What did I do wrong? Did I uploaded the site to the wrong directory?

The 404 error is 'The requested URL / was not found on this server.'

Also I got 530 errors login to proftpd. :(

Thanks for your kind help!
Back to top  
lynch2



Joined: 11 May 2008
Posts: 3

Posted: Sun May 11, 2008 10:22 pm    Post subject:  

I rebooted my linode, 404 error disappears, now it's 500 error:
Code: Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
...
:cry:
Back to top  
lynch2



Joined: 11 May 2008
Posts: 3

Posted: Sun May 11, 2008 10:54 pm    Post subject:  

Hi all, I've solved the problem by modifying this file: /etc/apache2/apache2.conf:
Code: <Directory /home/www/*/web>
Options +Includes +FollowSymlinks -Indexes
#===============HERE==============
AllowOverride All
#=================================
Order allow,deny
Allow from all
...
</Directory>
I hope this could help those who have the same problems.
Glad to be here!:D
Back to top  
 
       Linode.com Forum Forum Index -> Linux, Apache, Mysql and PHP (LAMP) Forum
Page 1 of 1