Jump to content

Recommended Posts

Guest Henze
Posted

hey,

i work widh a virtual host where i had a website.

i can access to my website Monapp.com

when i try to configure apache widh reverse -proxy mod , the reponse time is too long ( in localhost )

here is my configuration !

Quote:

NameVirtualHost 192.168.206.2:80

<VirtualHost 192.168.206.2:80>

 

ServerName Monapp.com

ServerAlias .Monapp.com

DocumentRoot /var/www/Monapp.com

ProxyRequests off

ProxyPreservehost On

ProxyPass / (..... )Monapp.com/

ProxyPassReverse / (....)Monapp.com/

 

<Directory />

Options FollowSymLinks

AllowOverride All

</Directory>

<Directory /var/www/Monapp.com/>

DirectoryIndex index.html inscription.html

Options Indexes FollowSymLinks MultiViews

AllowOverride All

Order allow,deny

allow from all

 

 

 

</Directory>

 

ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/

........

 

Continue reading...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...