Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
489
Widok
0
03/04/2023 12:58 am
Topic starter
only main page is working, any solution?
1 Answer
0
03/04/2023 1:00 am
Topic starter
modify vhost and Directory configuration
<Directory "/home/www/my.webpage.com"> Allow from all Options FollowSymLinks AllowOverride All Require all granted </Directory>
and remember about right apache->varnish redirection (if varnish is listening on port 80)
ProxyPreserveHost On ProxyPass / http://127.0.0.1:80/ ProxyPassReverse / http://127.0.0.1:80/