Re: [EMAIL PROTECTED] Problem with SUEXEC

2007-01-02 Thread Steve Swift
I've just noticed the "SUEXEC" in the subject. I don't think this is anything to do with SUEXEC, but if it is, then step (13) of the SUEXEC process determines that the CGI which is being accessed lies within the Doc_Root as defined by "suexec -V" -- Steve Swift http://www.swiftys.org.uk

Re: [EMAIL PROTECTED] Problem with SUEXEC

2007-01-02 Thread Steve Swift
I would interpret "search permission are missing on a component of the path" to mean that some component of the directory path containing the file that apache is trying to access does not contain an "x" permission that applies to the apache userid or group. However, that doesn't work for you (and

[EMAIL PROTECTED] Getting CheckSpelling to work (repost)

2007-01-02 Thread Vidiot
I posted the following over the holiday weekend, so it may have gotten "lost" in the holiday shuffle: Good evening and Happy New Year. Yep, I am home on a New Year's Eve. I'm watching the C-Band feed of the raw Times Square event from New York. In any event I am bringing up a new Linux server, r

[EMAIL PROTECTED] Icon for Link Directory

2007-01-02 Thread Indraveni
Hi, I am using Apache2.2.3 version and I created symlink using the comman ls -l /home/veni /var/www/veni. Now I have a link for the veni directory created under the path /var/www. When I am viewiing the content of /var/www, I want to differentiate the directory and the link with the icon displ

Re: [EMAIL PROTECTED] Where is access.log generated

2007-01-02 Thread Sander Temme
Arthur, On Jan 2, 2007, at 4:13 PM, Arthur Kreitman wrote: I can’t find where the writes to access.log are called? Any hints? Looking through the Apache source code, the access log entries are generated by the ap_hook_log_transaction hook, which is implemented by modules/loggers/mod_log_

Re: [EMAIL PROTECTED] Problem with SUEXEC

2007-01-02 Thread Dhika Cikul
2007/1/3, Steve Swift <[EMAIL PROTECTED]>: In order for apache to access /home/mydomain/public_html/ (and presumably something like index.html inside that directory) then the userid or group that apache is running under needs both "r" and "x" access to each directory /home /home/mydomain and /hom

[EMAIL PROTECTED] Where is access.log generated

2007-01-02 Thread Arthur Kreitman
I can't find where the writes to access.log are called? Any hints? Art

Re: [EMAIL PROTECTED] Re: (no subject)

2007-01-02 Thread Evan Platt
At 01:10 PM 1/2/2007, you wrote: >At 12:48 PM 1/2/2007, you wrote: >>unsubscribe > >As the headers say: >list-unsubscribe: Actually it is: [EMAIL PROTECTED] This is the httpd mail list, not the spamassassin mail list :-) Alex, I'll take "Evan needs to go back to sle

Re: [EMAIL PROTECTED] Re: (no subject)

2007-01-02 Thread Vidiot
>At 12:48 PM 1/2/2007, you wrote: >>unsubscribe > >As the headers say: >list-unsubscribe: Actually it is: [EMAIL PROTECTED] This is the httpd mail list, not the spamassassin mail list :-) MB -- e-mail: [EMAIL PROTECTED]/~\ The ASCII

[EMAIL PROTECTED] use apache to log email link clicks perjob, then redirect?

2007-01-02 Thread Greg
Hi all Is there any way to use CustomLog Directive as sort of a link click counter, then redirect to a url in the querystring? and have a different log file for each job, keyed off a unique job number? example url: http://www.mydomain.com/jobnumberhere/page.ext?url=http://www.redirect.com log

[EMAIL PROTECTED] Re: (no subject)

2007-01-02 Thread Evan Platt
At 12:48 PM 1/2/2007, you wrote: unsubscribe As the headers say: list-unsubscribe: - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.

Re: [EMAIL PROTECTED] No permission to access files.

2007-01-02 Thread Richard Lynch
On Mon, January 1, 2007 4:06 pm, Rod Rook wrote: > I've been running httpd web server under Fedora Core 4. > > Now, I installed Fedora Core 6 onto another hard drive and configured > httpd > server with the same /etc/httpd/conf/httpd.conf as under FC4. > > My web server is running now, but outside

Re: [EMAIL PROTECTED] measure performance of a php-script with apache ab

2007-01-02 Thread Richard Lynch
On Mon, January 1, 2007 9:29 am, Stefani Gerber wrote: > I want to measure the performance of a specific php-script. That > script > performs, based on session information (that I copied directly into > that > file for test purposes), It's possible that the session setup/breakdown takes 2 seconds

[EMAIL PROTECTED] Hot Standby with proxy balancer / httpd 2.2.3

2007-01-02 Thread Bindul Bhowmik
Hello, I have been trying to set up a simple proxy balancer with a hot standby. For a while I saw the status=+H (Hot Standby) option documented in the documentation from TRUNK on the httpd site [1]. Now, though the same documentation appears on the version 2.2 documentation [2]. I downloaded h

[EMAIL PROTECTED] Reverse Proxy and Apache logging problem

2007-01-02 Thread Odhiambo Washington
Hello and Happy New Year! [I asked this question in squid-users, but I still remain clueless] I have one question which I need some clues about. I am running Squid-2.6 in accelerator mode. The site being accelerated is being served by apache which is residing on the same box as Squid. Squid

Re: [EMAIL PROTECTED] Apache SSO with LDAP

2007-01-02 Thread Marc Boorshtein
On 1/2/07, Gayal <[EMAIL PROTECTED]> wrote: Dear Marc, I couldn't find any decent How to's or Tutorials on mod_kerberos. Instead found mod_kerb. Are these both the same? Thanx yes, my mistake - The official User-To-User supp

Re: [EMAIL PROTECTED] Apache SSO with LDAP

2007-01-02 Thread Gayal
Dear Marc, I couldn't find any decent How to's or Tutorials on mod_kerberos. Instead found mod_kerb. Are these both the same? Thanx On 1/3/07, Marc Boorshtein <[EMAIL PROTECTED]> wrote: look at mod_kerberos On 1/2/07, Gayal <[EMAIL PROTECTED]> wrote: > Dear Marc, > > I need authentication ag

Re: [EMAIL PROTECTED] Missing Mod_Access

2007-01-02 Thread Can Le
Sander Temme, You are the skilled person in the art of Apache. After I changed html code "" by "\n", the header error is gone. My C++ script were running OK in both IE and Firefox if I only have "cout" for printing outputs. Therefore I had a popup windows which asked me to do

Re: [EMAIL PROTECTED] Apache SSO with LDAP

2007-01-02 Thread Marc Boorshtein
look at mod_kerberos On 1/2/07, Gayal <[EMAIL PROTECTED]> wrote: Dear Marc, I need authentication against an AD domain. Suppose my company intranet is hosted in Linux - Apache Httpd. And employees are authenticated via Windows Domain Controller. So i need to get this Windows AD credentials int

Re: [EMAIL PROTECTED] Apache SSO with LDAP

2007-01-02 Thread Gayal
Dear Marc, I need authentication against an AD domain. Suppose my company intranet is hosted in Linux - Apache Httpd. And employees are authenticated via Windows Domain Controller. So i need to get this Windows AD credentials into my Linux Apache Server to authenticate users to view the web. Sin

Re: [EMAIL PROTECTED] Permission Problem with apache2 and FC6

2007-01-02 Thread Rod Rook
Thank you for your help. I followed your suggestion and not my web server is accessible. Now what do I do to turn SELinux on? Or do I have to do without it? pine On 1/2/07, ganesh ganesh <[EMAIL PROTECTED]> wrote: Hi, Use the following command "setenforece 0". check your issue once that ha

Re: [EMAIL PROTECTED] Problem with SUEXEC

2007-01-02 Thread Steve Swift
In order for apache to access /home/mydomain/public_html/ (and presumably something like index.html inside that directory) then the userid or group that apache is running under needs both "r" and "x" access to each directory /home /home/mydomain and /home/mydomain/public_html I've never understoo

Re: [EMAIL PROTECTED] Apache SSO with LDAP

2007-01-02 Thread Marc Boorshtein
do you want sso or authentication against an AD domain? Also, what is your ldap config and logs? On 1/2/07, Gayal <[EMAIL PROTECTED]> wrote: Hi, I m trying to implement Seamless Authentication in Apache for Active Directory Users. When i enable the mod_auth_ldap module within the Apache con

Re: [EMAIL PROTECTED] Apache and client certs

2007-01-02 Thread Serge Dubrouski
On 1/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Thanks a lot! I've just tested WebSphere PlugIn, but the result is the same as using reverse proxy for contact the backend server. It desn't work I think that the only solution in a short time for me is to modify my webapplication. I

[EMAIL PROTECTED] Problem with SUEXEC

2007-01-02 Thread Dhika Cikul
Dear, I have problem with apache installation at my machine, i compile apache with suexec support [quote] [EMAIL PROTECTED] apache_1.3.37]# ./configure --prefix=/usr/local/apache --enable-suexec --suexec-caller=nobody --suexec-uidmin=99 --suexec-gidmin=99 --suexec-safepath=/usr/local/bin:/usr/bi

Re: [EMAIL PROTECTED] Apache and client certs

2007-01-02 Thread Manuela . Vorazzo
Thanks a lot! I've just tested WebSphere PlugIn, but the result is the same as using reverse proxy for contact the backend server. It desn't work I think that the only solution in a short time for me is to modify my webapplication. I can made my application asking for client cetificate in th

Re: [EMAIL PROTECTED] failure to start apache with error log defined with rotatelogs.

2007-01-02 Thread Norman Peelman
>- Original Message - >From: Jacob Eshed >.To: users@httpd.apache.org >.Sent: Tuesday, January 02, 2007 2:51 AM >Subject: [EMAIL PROTECTED] failure to start apache with error log defined with >rotatelogs. > > >Hi, >On SunOS 5.9: >When the Error Log is set to "ErrorLog /apache/logs/error

[EMAIL PROTECTED] Apache SSO with LDAP

2007-01-02 Thread Gayal
Hi, I m trying to implement Seamless Authentication in Apache for Active Directory Users. When i enable the mod_auth_ldap module within the Apache configuration file I cannot restart Apache Service. An error window opens saying "The Requested Operation failed." Can any one please help me on thi

Re: [EMAIL PROTECTED] Permission Problem with apache2 and FC6

2007-01-02 Thread ganesh ganesh
Hi, Use the following command "setenforece 0". check your issue once that has been done and check with the logs, if you still have the issue... provide the logs again On 1/2/07, Rod Rook <[EMAIL PROTECTED]> wrote: I am currently running httpd web server under FC4 and in the process of migr