I got it thx.....
last question my regular ReverseProxy is no longer working...
I have a panel server with ispconfig and judging from the update it changed the VirtualHost for the ispconfig entirely...
so I am trying to create the ReverseProxy again using what is already there:
Code:
ServerAdmin webmaster@localhost
<FilesMatch "\.ph(p3?|tml)$">
SetHandler None
</FilesMatch>
<IfModule mod_fcgid.c>
DocumentRoot /var/www/ispconfig/
SuexecUserGroup ispconfig ispconfig
<Directory /var/www/ispconfig/>
Options Indexes FollowSymLinks MultiViews +ExecCGI
AllowOverride AuthConfig Indexes Limit Options FileInfo
AddHandler fcgid-script .php
FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter .php
Order allow,deny
Allow from all
</Directory>
IPCCommTimeout 7200
</IfModule>
# <IfModule mod_php5.c>
# DocumentRoot /usr/local/ispconfig/interface/web/
# AddType application/x-httpd-php .php
# <Directory /usr/local/ispconfig/interface/web>
# # php_admin_value open_basedir "/usr/local/ispconfig/interface:/usr/share:/tmp"
# Options FollowSymLinks
# AllowOverride None
# Order allow,deny
# Allow from all
# php_value magic_quotes_gpc 0
# </Directory>
# </IfModule>
# ErrorLog /var/log/apache2/error.log
# CustomLog /var/log/apache2/access.log combined
ServerSignature Off
<IfModule mod_security2.c>
SecRuleEngine Off
</IfModule>
# SSL Configuration
SSLEngine On
SSLCertificateFile /usr/local/ispconfig/interface/ssl/ispserver.crt
SSLCertificateKeyFile /usr/local/ispconfig/interface/ssl/ispserver.key
#SSLCACertificateFile /usr/local/ispconfig/interface/ssl/ispserver.bundle
I have not made any changes to it.. I simply created a Virtual host on the webserver for ReverseProxy.
<VirtualHost *:80>
ServerName cp.example.com
ProxyRequests Off
ProxyPreserveHost On
ProxyPass /
https://192.168.10.150:8080/
ProxyPassReverse /
https://192.168.10.150:8080/
</VirtualHost>
But basically I get:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/2.2.22 (Ubuntu) Server at cp.example.com Port 80
How can I fix that?
Recent comments
11 hours 58 min ago
14 hours 25 min ago
1 day 2 hours ago
1 day 4 hours ago
1 day 9 hours ago
1 day 15 hours ago
2 days 53 min ago
2 days 2 hours ago
2 days 10 hours ago
2 days 12 hours ago