[EMAIL PROTECTED] apache problem.

2007-07-31 Thread Tarek Itani
Hi all, I have a problem installing and running apache on my mac. first i had several problems but finished them all while installing the apache. now when running the apache am getting the following error: dyld: NSLinkModule() error dyld: Symbol not found: _ap_popenf_ex Referenced from: /u

[EMAIL PROTECTED] suexec + chroot + fascgi php = no input file specified.

2007-07-31 Thread Jos Ewert
Hi, I want to set up a system like this : /var/www/user/htdocs/abc.com /var/www/user/htdocs/def.com ... To serve php ( and maybe later other systems ) I chose fastcgi and suexec that I modified to chroot, for flexibility and security. I chroot to /var/www/user . For each user I want a minimum o

Re: [EMAIL PROTECTED] apache problem.

2007-07-31 Thread Jaqui Greenlees
--- Tarek Itani <[EMAIL PROTECTED]> wrote: > Hi all, > > > I have a problem installing and running apache on my > mac. > first i had several problems but finished them all > while installing > the apache. > now when running the apache am getting the following > error: > > dyld: NSLinkModule(

Re: [EMAIL PROTECTED] suexec + chroot + fascgi php = no input file specified.

2007-07-31 Thread Jaqui Greenlees
--- Jos Ewert <[EMAIL PROTECTED]> wrote: > Hi, > > I want to set up a system like this : > > /var/www/user/htdocs/abc.com > /var/www/user/htdocs/def.com > ... try with /var/www/htdocs/user/ <- trailing slash if putting virtual hosts under this folder, since each vh need to be given a unique d

Re: [EMAIL PROTECTED] suexec + chroot + fascgi php = no input file specified.

2007-07-31 Thread Jos Ewert
Am 31.07.2007, 14:20 Uhr, schrieb Jaqui Greenlees <[EMAIL PROTECTED]>: --- Jos Ewert <[EMAIL PROTECTED]> wrote: Hi, I want to set up a system like this : /var/www/user/htdocs/abc.com /var/www/user/htdocs/def.com ... try with /var/www/htdocs/user/ <- trailing slash if putting virtual ho

Re: [EMAIL PROTECTED] HTTP Error: "Website declined to show this webpage."

2007-07-31 Thread Frederick Lamartin
Thanks for sticking with me through my difficulty. I have not yet encountered the term, "canonical path." I assumed you mean the path that the DOS "dir" command gives me, "C:\Users\Lamartin\My Website". I have this path in my configuration, except the back slashes, "\", are replaced by fore sl

RE: [EMAIL PROTECTED] HTTP Error: "Website declined to show this webpage."

2007-07-31 Thread Boyle Owen
> -Original Message- > From: Frederick Lamartin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 31, 2007 5:33 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] HTTP Error: "Website declined to > show this webpage." > > Thanks for sticking with me through my difficulty. I h

[EMAIL PROTECTED] Apache22 + PHP5 not execute

2007-07-31 Thread Squirrel
Upgraded FreeBSD v6.1-RELEASE to v6.2-STABLE, with Apache-2.2.4_2 and PHP5-5.2.3_1 ports. But cannot get the php to execute. I've searched google and followed every instructions, but after days, I'm asking for your help. I've installed apache first from /usr/ports/www/apache22; make install cl

Re: [EMAIL PROTECTED] Apache22 + PHP5 not execute

2007-07-31 Thread Tom Ray [Lists]
Squirrel wrote: Upgraded FreeBSD v6.1-RELEASE to v6.2-STABLE, with Apache-2.2.4_2 and PHP5-5.2.3_1 ports. But cannot get the php to execute. I've searched google and followed every instructions, but after days, I'm asking for your help. I've installed apache first from /usr/ports/www/apache2

Re: [EMAIL PROTECTED] Apache22 + PHP5 not execute

2007-07-31 Thread Vincent Bray
On 31/07/07, Squirrel <[EMAIL PROTECTED]> wrote: > Upgraded FreeBSD v6.1-RELEASE to v6.2-STABLE, with Apache-2.2.4_2 and > PHP5-5.2.3_1 ports. But cannot get the php to execute. I've searched google > and followed every instructions, but after days, I'm asking for your help. > > I've installed

Re: [EMAIL PROTECTED] Apache22 + PHP5 not execute

2007-07-31 Thread Victor Trac
You have conflicting AddType lines. You're first telling apache that .php files are text/html, and then you're telling apache that it should be handled with x-httpd-php next. Remove the "AddType text/html .php". Also, you're sending .html files to the PHP handler.. which should theoretically wor

Re: [EMAIL PROTECTED] HTTP Error: "Website declined to show this webpage."

2007-07-31 Thread Frederick Lamartin
Here's exactly what I have: UserDir enabled UserDir "C:/Users/Lamartin/My Website" AllowOverride None Options MultiViews Indexes SymLinksIfOwnerMatch Includes ExecCGI Order allow,deny Allow from all But, there is no reason to check the configuration; my Apache program appears not

Re: [EMAIL PROTECTED] Apache22 + PHP5 not execute

2007-07-31 Thread Tom Ray [Lists]
Victor Trac wrote: You have conflicting AddType lines. You're first telling apache that .php files are text/html, and then you're telling apache that it should be handled with x-httpd-php next. Remove the "AddType text/html .php". Also, you're sending .html files to the PHP handler.. which

Re: [EMAIL PROTECTED] Apache22 + PHP5 not execute

2007-07-31 Thread Tom Ray [Lists]
Vincent Bray wrote: On 31/07/07, Squirrel <[EMAIL PROTECTED]> wrote: Upgraded FreeBSD v6.1-RELEASE to v6.2-STABLE, with Apache-2.2.4_2 and PHP5-5.2.3_1 ports. But cannot get the php to execute. I've searched google and followed every instructions, but after days, I'm asking for your help.

Re: [EMAIL PROTECTED] Apache22 + PHP5 not execute

2007-07-31 Thread Squirrel
That didn't work either, I've already tried that from other instructions on google. My current setting is the last instruction I've tried from google, I now got it back to way it should be. I've looked at all extra settings as well. But I got it fixed now. It seems another admin had ".htacces

[EMAIL PROTECTED] Where are doc on errors?

2007-07-31 Thread Robert A. Rawlinson
I have an error 500 but I can't seem to find what it means. I can't seem to get to the httpd website. Bob R - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html

Re: [EMAIL PROTECTED] Where are doc on errors?

2007-07-31 Thread Joshua Slive
On 7/31/07, Robert A. Rawlinson <[EMAIL PROTECTED]> wrote: > I have an error 500 but I can't seem to find what it means. I can't seem > to get to the httpd website. Start by looking in the apache error log. Joshua. - The officia

RE: [EMAIL PROTECTED] HTTP Error: "Website declined to show this webpage."

2007-07-31 Thread Boyle Owen
> -Original Message- > From: Frederick Lamartin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 31, 2007 7:20 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] HTTP Error: "Website declined to > show this webpage." > > Here's exactly what I have: > > UserDir enabled > Use

[EMAIL PROTECTED] Re: HTTP Error: "Website declined to show this webpage."

2007-07-31 Thread "Crash" Dummy
> ServerRoot "C:/Program Files/Apache Software Foundation/Apache2.2" > > ServerName localhost:80 > > Listen 80 > > DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs" > UserDir Enabled lamartin > UserDir "My Website" > > > AllowOverride None > Options MultiV

[EMAIL PROTECTED] Re: apache problem.

2007-07-31 Thread Neville Hillyer
You may wish to check file permissions I think they should all be www Neville Hillyer Hi all, I have a problem installing and running apache on my mac. first i had several problems but finished them all while installing the apache. now when running the apache am getting the following error

Re: [EMAIL PROTECTED] Re: HTTP Error: "Website declined to show this webpage."

2007-07-31 Thread lists
"Crash" Dummy wrote: >> ServerRoot "C:/Program Files/Apache Software Foundation/Apache2.2" >> >> ServerName localhost:80 >> >> Listen 80 >> >> DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs" >> UserDir Enabled lamartin >> UserDir "My Website" >> >> >> AllowOverr

[EMAIL PROTECTED] HTTP Apache, RewriteRule [L,P] to localhost

2007-07-31 Thread bart30
Hello, I have trouble with Apache behaviour between two environments with equivalent configuration files. I have a rewrite rule with [L,P] flags and substitution URL target the local apache server. When the server is requested in consequence to proxy rewrite rule : - In environement 1, there a

[EMAIL PROTECTED] ANN: mod_proxy_html 3.0

2007-07-31 Thread Nick Kew
WebThing Ltd is pleased to announce Version 3.0 of mod_proxy_html. This is the first major update in three years to WebThing's most popular module for Apache httpd 2.x. mod_proxy_html is a filter module to rewrite the links in an HTML page on-the-fly. It is an essential component of a reverse pr

[EMAIL PROTECTED] Redirecting All Traffic to Homepage

2007-07-31 Thread Rob Wilkerson
A customer of mine has a website for an annual event that just ended. She's asking me to effectively disable all pages other than the index page. Rather than find and rename each one or some other such hack, I'd rather create a simple redirect in an .htaccess file but I haven't been successful wit

RE: [EMAIL PROTECTED] Redirecting All Traffic to Homepage

2007-07-31 Thread Graham Frank
Hey, Try this in .htaccess: RewriteEngine on RewriteRule ^.*$ index.html Basically, anything and everything will land them on index.html. Graham Frank Neoservers LLC - Founder and Owner Ph: (608) 359-1593 Member of the Better Business Bureau -Original Message- From: Rob Wilke

RE: [EMAIL PROTECTED] Redirecting All Traffic to Homepage

2007-07-31 Thread Graham Frank
Note: The overhead for a rule like this is minimal at best. I've used rules like this in the past on very active websites with no noticeable impact on the systems load. Graham Frank Neoservers LLC - Founder and Owner Ph: (608) 359-1593 Member of the Better Business Bureau -Original

[EMAIL PROTECTED] What ID does httpd run under? How to protect files so they are accessible to httpd?

2007-07-31 Thread siegfried
I just downloaded and installed the cygwin implementation of httpd2. I'm running Win2003 server. I wanted the cygwin version so I could use the "ln -s" command to make files outside the directory available to the web server. (I don't know how to "ln -s" in windows otherwise). I used this trick

Re: [EMAIL PROTECTED] What ID does httpd run under? How to protect files so they are accessible to httpd?

2007-07-31 Thread Joshua Slive
On 7/31/07, siegfried <[EMAIL PROTECTED]> wrote: > I wanted the cygwin version so I could use the "ln –s" command to make files > outside the directory available to the web server. (I don't know how to "ln > –s" in windows otherwise). Just use the Alias directive in httpd.conf! (Symlinks are cal

Re: [EMAIL PROTECTED] HTTP Apache, RewriteRule [L,P] to localhost

2007-07-31 Thread Vincent Bray
On 01/08/07, bart30 <[EMAIL PROTECTED]> wrote: > I have trouble with Apache behaviour between two environments with > equivalent configuration files. > I have a rewrite rule with [L,P] flags and substitution URL target the local > apache server. > > When the server is requested in consequence to pr

Re: [EMAIL PROTECTED] Redirecting All Traffic to Homepage

2007-07-31 Thread Vincent Bray
On 01/08/07, Rob Wilkerson <[EMAIL PROTECTED]> wrote: > A customer of mine has a website for an annual event that just ended. > She's asking me to effectively disable all pages other than the index > page. Rather than find and rename each one or some other such hack, > I'd rather create a simple r