python passenger
Announcement
Collapse
No announcement yet.
Alt-Python - Turning off passenger on subdirectory
Collapse
X
-
I am trying to turn off passenger for a subdirectory for a web application. For whatever reason it keeps getting routed to python instead of normal web server. Here is how I set it up.
Created directory virtualhost.conf file here /usr/local/apache/conf/userdata/std/2_2/username/domain.org which included
PassengerEnabled off
AllowOverride all
/scripts/ensure_vhost_includes --user=user
/scripts/restartsrv_httpd
Any ideas what I am missing or why this is not working?
Best regards,
Eric
Comment