[us...@httpd] Re: Permission Problem

2011-01-04 Thread tinkee
for the record this problem is fixed.. thanks to the replies for a similar problem on this forum http://old.nabble.com/Fwd%3A-Re%3A--users%40httpd--Apache-2.2.17-on-RHEL-5.2-%2813%29-Permission-denied-td30069032.html i was about to get crazy really! :D have had two problems that was solved by

[us...@httpd] Re: Permission Problem

2011-01-04 Thread tinkee
just additional info, it may help: User: apache Group apache i think i changed it to root:root and also the /etc/httpd/ i changed the owner and group to root:root, and then i tried to revert back to apache:apache but its just does not work anymore.. tinkee wrote: > > hi! > > i am using ap

[us...@httpd] Permission Problem

2011-01-04 Thread tinkee
hi! i am using apache as my webserver and i have a problem accessing my php files in my browser, it used to work properly until i think I messed up things. now i don;t know what to do. T_T everytime i open my php files which are on /var/www/htm/ it gives me the permission denied error. i think

Re: [us...@httpd] disable wget-like user-agents

2011-01-04 Thread Mark Montague
On January 4, 2011 22:32 , Carlos S wrote: Recently I was trying to download a package using wget, but the website prevented access to it. I tried --user-agent option but it didn't work either. So I was curious to know what strategy this web admin must have implemented. Without an example UR

Re: [us...@httpd] disable wget-like user-agents

2011-01-04 Thread Carlos S
Thanks for the links Mark and Doug. The webscrapers thing looks interesting.. I had looked at mod_rewrite and User-Agent header solution. Recently I was trying to download a package using wget, but the website prevented access to it. I tried --user-agent option but it didn't work either. So I wa

Re: [us...@httpd] disable wget-like user-agents

2011-01-04 Thread Doug McNutt
At 18:19 -0500 1/4/11, Mark Montague wrote: >Follow the example below, but use only the user agent condition, omit the IP >condition, and suitably adjust the RewriteRule regular expression to match the >URL(s) you wish to block: > >http://httpd.apache.org/docs/2.2/rewrite/rewrite_guide.html#block

Re: [us...@httpd] disable wget-like user-agents

2011-01-04 Thread Mark Montague
On January 4, 2011 18:03 , Carlos S wrote: Is there any way to disable download/traffic from wget-like user agents? Can this be done using user-agent string? Any documentation link or example will be really helpful. Follow the example below, but use only the user agent condition, omit the IP

[us...@httpd] disable wget-like user-agents

2011-01-04 Thread Carlos S
Is there any way to disable download/traffic from wget-like user agents? Can this be done using user-agent string? Any documentation link or example will be really helpful. -- cs. - The official User-To-User support forum of the

Re: [us...@httpd] How to set up a NAT Bounce Back in Apache?

2011-01-04 Thread Mike Alba
Hi Aaron,   Thanks for your feedback so then you are saying I don't need to worry about it? Thanks! --- On Tue, 1/4/11, [triplepack] info (i...@pack3.ch) wrote: From: [triplepack] info (i...@pack3.ch) Subject: Re: [us...@httpd] How to set up a NAT Bounce Back in Apache? To: users@httpd.apach

Re: [us...@httpd] New to list - Redirect, Alias or Rewrite?? Very confused...

2011-01-04 Thread Robert Van Horn
Change the name of New_Web to Old__Web. Don't forget to cp Old_Web to Old_Web.old first. bob On 1/4/11 11:59 AM, d...@aiphone.com wrote: Hi all, I am attempting to have the Apache Server 2.0 handle the following request for me: When a visitor visits http://mydomain.com/OLD_Web App/, I would li

[us...@httpd] New to list - Redirect, Alias or Rewrite?? Very confused...

2011-01-04 Thread doug
Hi all, I am attempting to have the Apache Server 2.0 handle the following request for me: When a visitor visits http://mydomain.com/OLD_Web App/, I would like them to be automatically redirected to http://mydomain.com/New_Web App/ Both OLD and NEW Web App folders live in the same doc root and a

Re: [us...@httpd] How to set up a NAT Bounce Back in Apache?

2011-01-04 Thread [triplepack] info (i...@pack3.ch)
i think the problem mentioned here is a "asymmetrical routing issue" you have with IP load balancer, where a Apache behaves differently it acts like a proxy with the additional feature of balancing the load and not doing a IP balancing like a BigIP so this shouldn't be an issue with an Apache

Re: [us...@httpd] How to set up a NAT Bounce Back in Apache?

2011-01-04 Thread Mike Alba
Hi Eric,   I am trying to setup load balancing for Oracle Portal using Generic Apache and the documentation tells me "Configure the LBR to perform Network Address Translation (NAT) bounce back for loopback requests coming from the PPE running on m1.abc.com. This ensures that when the PPE make

Re: [us...@httpd] How to set up a NAT Bounce Back in Apache?

2011-01-04 Thread Eric Covener
>   I am trying to find an example of how to setup a NAT Bounce Back in Apache. > Can anyone point in the direction of an example or some documentation? In Apache, you can just list any number of addresses in each and any number of ServerAlias'es for name-based vhosts, so no magic is required to

[us...@httpd] How to set up a NAT Bounce Back in Apache?

2011-01-04 Thread Mike Alba
Hi,   I am trying to find an example of how to setup a NAT Bounce Back in Apache. Can anyone point in the direction of an example or some documentation? Thanks in advance!

RE: [us...@httpd] Rewrite rules

2011-01-04 Thread Jeff Poling
Jim, Thank you. That worked really well. As a side note, are there resources you would recommend to help me with this type of task? Jeff Jeffrey Poling System Administrator | Information Systems Moody Bible Institute 820 N. LaSalle Blvd., Chicago, IL 60610 312-329-8968 www.moodyministries.net

RE: [us...@httpd] Problem with setting up authentication on an Apache2 server

2011-01-04 Thread Kaplan, Andrew H.
Hi there -- Thanks for your reply. I checked the error.log file, and I came across the following entry: [Tue Jan 04 11:08:34 2011] [alert] [client 132.183.12.230] /var/www/logs/.htaccess: AuthUserFile takes 1-2 arguments, text file containing user IDs and passwords. I checked the .htaccess file,

Re: [us...@httpd] Problem with setting up authentication on an Apache2 server

2011-01-04 Thread Eric Covener
> When I restarted the computer, and tried to access the page in question, I > was confronted with a 500 Internal Server Error message. What does your error log say? - The official User-To-User support forum of the Apache HTTP Se

[us...@httpd] Problem with setting up authentication on an Apache2 server

2011-01-04 Thread Kaplan, Andrew H.
Hi there -- I am running the LogAnalyzer application on an Ubuntu 10.04 distribution with the Apache 2.2.14 server. My plan is to have both the application's internal authentication and the .htaccess file set up for acess control. I placed the .htaccess file in the directory that contains the webp

Re: [us...@httpd] Rewrite rules

2011-01-04 Thread Jim Riggs
On Jan 4, 2011, at 10:22 AM, Jeff Poling wrote: > I am very new to apache configuration, having inherited responsibility for it > this fall. I need some assistance with (hopefully) a simple rewrite rule. > > We are using apache in a reverse proxy configuration. For a URL like: > > http://www.

[us...@httpd] Unresponsive apache webserver, memory issue

2011-01-04 Thread james
I'm having an issue with an apache web server running on CentOS5. After a few days/weeks of running the server will become unresponsive and will require a physical reboot in order to come back online. The system is so unresponsive when the issue occurs that login at console is not even possible.

[us...@httpd] Rewrite rules

2011-01-04 Thread Jeff Poling
I am very new to apache configuration, having inherited responsibility for it this fall. I need some assistance with (hopefully) a simple rewrite rule. We are using apache in a reverse proxy configuration. For a URL like: http://www.mydomain.com/site/test I want to rewrite it as https://www.m

Re: [us...@httpd] Is Apache ports unstable or my CA Unicentre giving false alerts

2011-01-04 Thread Igor Galić
- "sunhux G" wrote: > Just this morning I got the following alert followed by a > recovery message at 07:56:57 > > 03/12/10 07:53 E5NKK1S -ABCDWEB8 ABCDWEB8 port iProject_Apache (83) is > not responding > > 03/12/10 07:56 E5NKK1S -ABCDWEB8 ABCDWEB8 port iProject_Apache (83) > port OK > >

RE: [us...@httpd] how to use ldap authentication

2011-01-04 Thread David Long
Hi Igor, I am using Sun Sparc server. Solaris 10 (5/09). I do not have LDAP SDK, I guess I need LDAP SDK to make it work. Where do I put in LDAP SDK options? Thanks David Long -Original Message- From: Igor Galić [mailto:i.ga...@brainsware.org] Sent: Monday, January 03, 2011 4:30 PM To: u

Re: [us...@httpd] webdav antivir

2011-01-04 Thread Igor Galić
- "Hajo Locke" wrote: > Hello, > > would like to activate virus scanning and block uploads for my webdav > > clients. > Is there a practicable way to do this? > is someone using mod_clamav for apache? > http://software.othello.ch/mod_clamav/ > seems to be not very up to date. last version

[us...@httpd] webdav antivir

2011-01-04 Thread Hajo Locke
Hello, would like to activate virus scanning and block uploads for my webdav clients. Is there a practicable way to do this? is someone using mod_clamav for apache? http://software.othello.ch/mod_clamav/ seems to be not very up to date. last version from 2009. are there other solutions existe

Re: [us...@httpd] SSL Client Authentication Problem

2011-01-04 Thread Igor Galić
- "Alan Brown" wrote: > Hi all, > > I am working in a test environment with Apache v2.2.14 on XP Pro SP3 > and I > have experienced difficulties setting up SSL Client Authentication. > > > > I have used the openssl command line tool to set up my private key, > server > certificate, and

Re: [us...@httpd] Custom authentication?

2011-01-04 Thread Nick Kew
On 4 Jan 2011, at 12:05, MegaBrutal wrote: > Sorry if I'm wrong. If the user is redirected from a different > location, is it possible that checking the HTTP Referrer might do the > work? No. Try it with privacy settings in your browser, or on your network. To the OP, what you're asking looks

Re: [us...@httpd] Custom authentication?

2011-01-04 Thread Oliver Beattie
Thanks for the suggestion, it's very clever, but we can't run the risk of allowing unauthenticated access to files I'm afraid. So it looks like pretty much the only solution is to serve the file with a script — does anyone know if this is going to impact performance? We have a lot of downloads a da

Re: [us...@httpd] Custom authentication?

2011-01-04 Thread MegaBrutal
Sorry if I'm wrong. If the user is redirected from a different location, is it possible that checking the HTTP Referrer might do the work? Assume, the other server has already authenticated the user, so you don't need to authenticate him again; you just grant access to the file if its referrer matc

Re: [us...@httpd] Custom authentication?

2011-01-04 Thread Oliver Beattie
Actually, that won't work… we need to be able to support clients that do not support cookies (APT) —Oliver On 4 January 2011 11:30, Oliver Beattie wrote: > Thanks for your quick reply… unfortunately I can't set a cookie. Another > machine (different domain) is redirecting the user to this serv

Re: [us...@httpd] Custom authentication?

2011-01-04 Thread Oliver Beattie
Thanks for your quick reply… unfortunately I can't set a cookie. Another machine (different domain) is redirecting the user to this server (auth happens on that server) and this server is in effect acting as (one of several identically-configured) mirrors. However, it may be possible to redirect th

Re: [us...@httpd] Custom authentication?

2011-01-04 Thread Mark Watts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/04/2011 11:19 AM, Oliver Beattie wrote: > Hi there, > > I am sure this question has likely been asked many times before, I'm > just having a bit of a hard time finding answers. > > Basically, I need to be able to authenticate downloads based on

[us...@httpd] Custom authentication?

2011-01-04 Thread Oliver Beattie
Hi there, I am sure this question has likely been asked many times before, I'm just having a bit of a hard time finding answers. Basically, I need to be able to authenticate downloads based on a URL signature if present (passed as a query parameter), instead of via Basic authentication (I need to