[users@httpd] Permission with Location

2014-03-25 Thread pch0317
Hi List, Goal:only user from 192.168.20.0/24 should access "www.example.com/?q=User" URL. Other user shouldn't access this location. Issue:When I configure virtual host with "Location" statement: ServerName www.example.com ... Order allow,deny Allow from 192.168.20.0/24 user from 192

Re: [us...@httpd] css styles

2009-09-17 Thread pch0317
efox or Chrome it is like css style aren't exist. Rodrigo Aliste P. wrote: > If you access your website like for example > "http://test.com/./css/style.css"; what do you get? > (change test.com <http://test.com> with your website, host or ip address) > > 2009

Re: [us...@httpd] css styles

2009-09-16 Thread pch0317
Rodrigo Aliste P. wrote: > Where are located your css files? And how are you calling them from > the HTML, pointing to where? > > 2009/9/16 pch0317 mailto:pch0...@gmail.com>> > > Hello > I have problem with css styles. > When I open www page directly from

[us...@httpd] css styles

2009-09-16 Thread pch0317
Hello I have problem with css styles. When I open www page directly from disc everythink look properly. But, when I expose this directory with www page via apache 2.2, elements wchich depend with css styles look different. Css styles is there like it isn't working. What I should do?

[us...@httpd] proxy

2009-09-06 Thread pch0317
Hello I want to make reverse proxy in my machine. I type as in the example: | ProxyRequests Off Order deny,allow Allow from all ProxyPass /search http://google.com/ ProxyPassReverse /search http://google.com/ | when I enter a URL http://mymachine.com/search google site appears but without im