Hi I like to move an old site to my server this site is static and
complete. its basic html so I just want to put it on the server set up the
apache and be done with it. my problem is that I don't know how I have to
change the apache conf that it still works for web2py and for another site.
on my old server I just had to add this block to the
sites-available/default for every new site:
<VirtualHost *:80>
ServerName mydomain
DocumentRoot /var/www/mydomain
CustomLog /var/www/logs/mydomain.log combined
ErrorLog /var/www/error_logs/mydomain.log
</VirtualHost>
but when I do this with the file configured for web2py my apache won't
restart.
has anyone done this before?
--
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.