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
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
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
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
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
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
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
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
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
"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
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
> 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
> -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
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
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
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
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.
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
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
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
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
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
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
> -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
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
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
--- 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
--- 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(
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
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
30 matches
Mail list logo