Just for the record... With guidance from the list, I got mod_dbd and
mod_authn_dbd working.
I installed Oracle Client 11g (win32_11gR1_client.zip) and Apache 2.2.10. I had
to
take a few guesses at what DBDParams was supposed to be. I ended up with
"user=test pass=test server=db9i". I then follo
Paul Simon wrote:
>> Possibly foolish question, but did you read the README? There are
>
>> additional steps to obtain/install the actual InstantClient 11.1 drivers
>> and ensure that driver DLL can be found in the PATH.
>>
>> Bill
>
> I have a possibly more foolish question - what README are yo
> Possibly foolish question, but did you read the README? There are
> additional steps to obtain/install the actual InstantClient 11.1 drivers
> and ensure that driver DLL can be found in the PATH.
>
> Bill
I have a possibly more foolish question - what README are you refering to?
There is a wo
Paul Simon wrote:
>> That's very helpful information. I have Apache 2.2.9/APR 1.3 available on
>> another box. I tried the config and now
>> I'm getting a different error message:
>>
>> [Tue Nov 18 14:42:18 2008] [error] (20014)Internal error: DBD: Can't connect
>> to
>> oracle
>> [Tue Nov 18 14
> >
> > To answer your question directly, if your apr-util is built
> > to load drivers dynamically, then yes, it should be
> > apr_dbd_oracle.so (or .dll). But I don't know what the
> > situation is on windows. Have you tried building it
> > yourself (either the driver, or the whole of apr-uti
> Paul Simon wrote:
> > Hi, I have Apache 2.2.6 running on windows. Is it possible to get
> mod_authn_dbd working with oracle right out of the box? I've added the
> following
> configuration (along with the appropriate auth modules):
> >
> > LoadModule authn_dbd_module modules/mod_authn_dbd.so
Paul Simon wrote:
> Hi, I have Apache 2.2.6 running on windows. Is it possible to get
> mod_authn_dbd working with oracle right out of the box? I've added the
> following configuration (along with the appropriate auth modules):
>
> I'm suspecting that I need the oracle driver. Is it something li
Paul Simon wrote:
Hi, I have Apache 2.2.6 running on windows. Is it possible to get mod_authn_dbd
working with oracle right out of the box? I've added the following
configuration (along with the appropriate auth modules):
LoadModule authn_dbd_module modules/mod_authn_dbd.so
LoadModule dbd_modu
Hi, I have Apache 2.2.6 running on windows. Is it possible to get mod_authn_dbd
working with oracle right out of the box? I've added the following
configuration (along with the appropriate auth modules):
LoadModule authn_dbd_module modules/mod_authn_dbd.so
LoadModule dbd_module modules/mod_dbd.s
I recently configure apache 2.2.3-11 64 (rpm) on Centos5 64 as reverse
proxy with disk cache. For start I have 11 sites on this proxy.
Everything works just fine about 2 days. In this time the size of cache
folder go wild (4.4 Gb) with htcacheclean daemon up and runing
#htcacheclean -d30
Hi all,
I have a trac environment setup as my root location:
https://moo.cmcl.cs.cmu.edu/
This is done on line 247:
http://pastebin.com/f74255c0a
However, I want https://moo.cmcl.cs.cmu.edu/perspectives to NOT map into
this environment, I want it to map locally to: /var/www/perspectives
So,
On Tue, Sep 16, 2008 at 10:14 AM, Arnab Ganguly <[EMAIL PROTECTED]> wrote:
> Hi All,
> Is there anyway to check Apache closing the sockets properly?
> I am getting lots of CLOSE_WAIT ,SYNC_RCV and TIME_WAIT state when I do a
> netstat -a, and result it is Apache pauses.It waits for sometime and aga
Hi All,
Is there anyway to check Apache closing the sockets properly?
I am getting lots of CLOSE_WAIT ,SYNC_RCV and TIME_WAIT state when I do a
netstat -a, and result it is Apache pauses.It waits for sometime and again
it comeback for processing.I did tried changing some of the TCP stack param
tcp_
hi users
First I want to apologize if my questions are so stupid, I'm new with Apache.
I'm configuring a reverse proxy, I took the basic configuration from
http://www.apachetutor.org/admin/reverseproxies. Below my actual httpd.conf file
*
Hi All,
I am using Apache 2.2.8 with MPM=worker under Red-Hat 3.0.
I am having the following issue, under heavy load I observer the access log
doesn't grow at all for sometime although the incoming traffic is active. I
did a tail on the access but it stopped growing then again after sometime it
was
Hi All,
I am using Apache 2.2 with mpm model as worker in RedHat 3.0.
When I do a dmesg from the command prompt I get lot of the below message
possible SYN flooding on port 84. Sending cookies.
possible SYN flooding on port 82. Sending cookies.
possible SYN flooding on port 81. Sending cookies.
po
but when i try to open it with firefox, all i obtain is that error message:
It is usually quite irelevant what User Agent says, for you as admin, the
source of information is the error log:
http://wiki.apache.org/httpd/DistrosDefaultLayout shows where main distros
place Apache files.
ACC
Hello,
Please read the following article:
http://wiki.apache.org/httpd/13PermissionDenied
As for your second question, simply change your AddHandler line from
AddHandler application/x-httpd-php .php
to
AddHandler application/x-httpd-php .php .php3
in your configuration. Not that if you were
hello!
newbie at apache, lamp and generally linux stuff here.
I have 2 problem:
first one:
.i would like to be able to run dialup_admin 2.0.5 on apache2.
like indicated at:
http://wiki.freeradius.org/Dialup_admin#Installing_.26_System_Configuration
i did the following:
ln -s /usr/share/dialup_ad
Hi All,
Following configuration I have kept.
ProxyPass /balancer-manager !
ProxyPass / balancer://mycluster/ stickysession=BALANCEID
nofailover=On
ProxyPassReverse / http://10.146.175.236:81/
ProxyPassReverse / http://10.146.161.223:82/
BalancerMember htt
Hi All,
I am using Apache 2.2 Worker in Red-Hat 3.0.
Following are the behaviors observed in my access logs.
1) Sometime for a particular second there is no entry in the access log
although the server was up and it was fed by HTTP request.
2) Time stamp in the access log entry sometimes come in ir
Hi,
Please help explain this 2 questions.
1/
Server hostname: myhost IP: 192.168.0.2
DocumentRoot is /var/www/html and index.html is default page.
The index.html displayed correctly when connect to http://myhost
But when connect http://192.168.0.2 the server NOT showing the same index.
Can't anyone help me with this??
Hi to all!
I have Texas Davinci DM 355 board (it's an arm) with Linux Montavista, in my
computer I have Linux Ubuntu, and I'm trying to cross compile Apache in my
Davinci Board but I can't.
I get this error all the time when I run ./configure:
checking for /dev/z
Hi to all!
I have Texas Davinci DM 355 board (it's an arm) with Linux Montavista, in my
computer I have Linux Ubuntu, and I'm trying to cross compile Apache in my
Davinci Board but I can't.
I get this error all the time when I run ./configure:
checking for /dev/zero... configure: error: cannot ch
On Sat, Mar 29, 2008 at 12:39 PM, Minh Cao <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> I am new to the web server please help me with
> this 2 questions.
>
>
> 1/ Setup the basic web server myhost.mydomain.com
> 2/ Setup the virtual host www.mydomain.com
>
>
> My linux system hostname is:
Hi,
I am new to the web server please help me with
this 2 questions.
1/ Setup the basic web server myhost.mydomain.com
2/ Setup the virtual host www.mydomain.com
My linux system hostname is: myhost.mydomain.com
IP: 1.2.3.4
DNS: www.mydomain.com CNAME myhost.mydomain.com
Pl
On Sat, Mar 1, 2008 at 3:09 PM, Ravi <[EMAIL PROTECTED]> wrote:
>
> I am trying to get two subdomains setup. I have copied the settings
> below. The problem is that all requests (even for second subdomain) are
> being served by first subdomain. e.g. if I type in a URL
> http://mydomain.com, the
I am trying to get two subdomains setup. I have copied the settings
below. The problem is that all requests (even for second subdomain) are
being served by first subdomain. e.g. if I type in a URL
http://mydomain.com, the file served is from "C:/mydomain/test" and not
from "C:/mydomain/www" a
Eric Covener 写道:
> On Feb 18, 2008 7:40 AM, 赵志桐 <[EMAIL PROTECTED]> wrote:
>
>> PingBad 写道:
>>
>>
>> StartServers 2
>> MaxClients 150
>> MinSpareThreads5
>> MaxSpareThreads 10
>> ThreadsPerChild 25
>> MaxRequestsPerChild 0
>>
>>
>
> For worker, Min/MaxSpareThr
Eric Covener 写道:
> On Feb 18, 2008 7:40 AM, 赵志桐 <[EMAIL PROTECTED]> wrote:
>
>> PingBad 写道:
>>
>>
>> StartServers 2
>> MaxClients 150
>> MinSpareThreads5
>> MaxSpareThreads 10
>> ThreadsPerChild 25
>> MaxRequestsPerChild 0
>>
>>
>
> For worker, Min/MaxSpareThr
Eric Covener wrote:
On Feb 18, 2008 5:20 PM, Ryan Stille <[EMAIL PROTECTED]> wrote:
on a page to the /images directory), the final destination site issues a
redirect, using its own ServerName, so then the user's browser tries to
go there, which of course it cannot reach.
ProxyPassRever
On Feb 18, 2008 5:20 PM, Ryan Stille <[EMAIL PROTECTED]> wrote:
> on a page to the /images directory), the final destination site issues a
> redirect, using its own ServerName, so then the user's browser tries to
> go there, which of course it cannot reach.
ProxyPassReverse
--
Eric Covener
[EMAI
7I need to proxy requests coming into one virtualhost over to another
virtual host on the same server. I've done this before but can't get it
working with these two virtualhosts. It works as long as I always
request the site with the trailing slash.
But when I make a request without the trai
On Feb 18, 2008 7:40 AM, 赵志桐 <[EMAIL PROTECTED]> wrote:
> PingBad 写道:
>
>
> StartServers 2
> MaxClients 150
> MinSpareThreads5
> MaxSpareThreads 10
> ThreadsPerChild 25
> MaxRequestsPerChild 0
>
For worker, Min/MaxSpareThreads must be a multiple of ThreadsPerChild.
Graeme Fowler 写道:
On Mon, 2008-02-18 at 20:40 +0800, 赵志桐 wrote:
i adjust httpd.conf following
StartServers 2
MaxClients 150
MinSpareThreads5
MaxSpareThreads 10
ThreadsPerChild 25
MaxRequestsPerChild 0
but also has a lot of httpd thread, can you help me ?
On Mon, 2008-02-18 at 20:40 +0800, 赵志桐 wrote:
> i adjust httpd.conf following
>
>
> StartServers 2
> MaxClients 150
> MinSpareThreads5
> MaxSpareThreads 10
> ThreadsPerChild 25
> MaxRequestsPerChild 0
>
>
> but also has a lot of httpd thread, can you help me ?
How
PingBad 写道:
On Sunday 17 February 2008 20:02, 赵志桐 wrote:
hello everybody
My web server got a problem long time.
It's cannot close finished httpd thread, i used "ps -e" to check server
got a lot of httpd thread like following:
20292 ? 00:00:01 httpd
4912 ? 00:00:00 cronolog
4913 ? 00:00:00
PingBad 写道:
On Sunday 17 February 2008 20:02, 赵志桐 wrote:
hello everybody
My web server got a problem long time.
It's cannot close finished httpd thread, i used "ps -e" to check server
got a lot of httpd thread like following:
20292 ? 00:00:01 httpd
4912 ? 00:00:00 cronolog
4913 ? 00:00:00
On Sunday 17 February 2008 20:02, 赵志桐 wrote:
> hello everybody
>
> My web server got a problem long time.
>
> It's cannot close finished httpd thread, i used "ps -e" to check server
> got a lot of httpd thread like following:
>
> 20292 ? 00:00:01 httpd
> 4912 ? 00:00:00 cronolog
> 4913 ? 00:00:00 c
hello everybody
My web server got a problem long time.
It's cannot close finished httpd thread, i used "ps -e" to check server
got a lot of httpd thread like following:
20292 ? 00:00:01 httpd
4912 ? 00:00:00 cronolog
4913 ? 00:00:00 cronolog
4914 ? 00:00:00 cronolog
4915 ? 00:00:00 cronolog
4916
On Thu, Feb 14, 2008 at 4:05 PM, srikanth V
<[EMAIL PROTECTED]> wrote:
> hi all
>
> i need u r help in configuring http 2.0.60 server
>
>
> i am cognos consultant i wanna install websever for cognos to run on web .i
> wanna create virtual directories , so that i can link tham to my cognos
> folder
hi all
i need u r help in configuring http 2.0.60 server
i am cognos consultant i wanna install websever for cognos to run on web .i
wanna create virtual directories , so that i can link tham to my cognos folder
in my local system
please reply and help me
On Feb 12, 2008 3:32 PM, Charles Li <[EMAIL PROTECTED]> wrote:
> I would like to redirect base on the context:
>
> When user access my server with the following:
>
> http://server/outside
>
> I would like to redirect them to another site.
> I try the following, but did not get it work.
>
> Rewr
I would like to redirect base on the context:
When user access my server with the following:
http://server/outside
I would like to redirect them to another site.
I try the following, but did not get it work.
RewriteEngine on
RewriteCond %{REQUEST_URI} ^/outside$ [NC]
RewriteRule ^
Envoyé : lundi 7 janvier 2008 14:00
À : users@httpd.apache.org
Objet : [EMAIL PROTECTED] Help with Caching Proxy with Ubuntu and Apach 2.2
Hi I have been using Ubuntu at home and also on a test server at work for
approx 6 months, I have successfully set up a SAMBA server and recently set
myself the
Hi I have been using Ubuntu at home and also on a test server at work for
approx 6 months, I have successfully set up a SAMBA server and recently set
myself the task of creating a Caching Proxy.
I 1st tried using apache 1.3 which i didn't have great success with
therefore decided to remove apache
On Dec 27, 2007 6:02 PM, Gregg Mendez <[EMAIL PROTECTED]> wrote:
> Redirect 301 /?feed=rss2 http://www.discjockeyamerica.com/?feed=podcast
> Redirect 301 /arn.html http://www.discjockeyamerica.com/?feed=podcast
The 2nd argument is a URL-path, which doesn't include the query string.
Try using Rewr
I've been struggling to create a .htaccess 301 redirect for an rss
feed from a wordpress blog that is used for a podcast. Essentially
the situation is that I changed the domain name of my podcast and have
been unable to get iTunes to update the rss feed to the new rss feed
at the new domai
On 16/12/2007, Bryan Richardson <[EMAIL PROTECTED]> wrote:
> Thanks. I took a look at the Wiki links you provided, and I think I'll
> try using Redirect instead. Any hints as to how I would use Redirect
> in this situation?
Redirect is a simpler solution but will only work in the main server
confi
Thanks. I took a look at the Wiki links you provided, and I think I'll
try using Redirect instead. Any hints as to how I would use Redirect
in this situation?
Another question: is the RewriteEngine directive site-wide or per
directory? Also, if I say RewriteEngine On in a directory that I also
say
On 16/12/2007, Bryan Richardson <[EMAIL PROTECTED]> wrote:
[snip]
> root directory. I've tried both ^(.*)$ and /^(.*)$ for the rewrite rule.
> Any suggestions? Thanks! -- BTR
The first of those should work but the second not (it's not really a
valid regex as ^ mid-string doesn't have a special m
Hello all,
I have a directory on my webserver (say http://localhost/foo/) who's
subdirectories (say bar/ and cha/) I want to only be available via SSL (
https://localhost/foo/bar/ % https://localhost/foo/cha/). I have the
following .htaccess in my foo/ directory, but it's not working. I assume
t
On Wed, 2007-12-12 at 14:39 +, Joel Carlos Martinho Alexandre (DSI)
wrote:
> Unfortunately i'm unable to change the virtual directory configuration.
In that case, ApacheBench won't work for you on that folder - it can do
Basic authentication only. Your system seems to be using NTLM or
Kerberos
The IIS is running on a Windows server (2003, i think)
Rgds,
Joel
-Original Message-
From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED]
Sent: quarta-feira, 12 de Dezembro de 2007 16:26
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Help with AB and authentication
Joel
Joel Carlos Martinho Alexandre (DSI) wrote:
Hi,
I'm trying to use AB to benchmark a site within a IIS, but I'm having
problems with authentication.
I'm currently using
ab2 -A domain\user:password url
but I can't get through the 401 error page.
I've tried some variations:
ab2 -A "domain\us
-
From: Neil A. Hillard [mailto:[EMAIL PROTECTED]
Sent: quarta-feira, 12 de Dezembro de 2007 14:33
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Help with AB and authentication
Hi,
Joel Carlos Martinho Alexandre (DSI) wrote:
> I already tried that.
>
> Didn't work.
sic authentication
on your web server and then retry.
HTH,
Neil.
> -Original Message-
> From: Graeme Fowler [mailto:[EMAIL PROTECTED]
> Sent: quarta-feira, 12 de Dezembro de 2007 13:51
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Help with AB and authenticati
e it only tries one time.
Regards,
Joel
-Original Message-
From: Graeme Fowler [mailto:[EMAIL PROTECTED]
Sent: quarta-feira, 12 de Dezembro de 2007 13:51
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Help with AB and authentication
On Wed, 2007-12-12 at 11:30 +, Joel
On Wed, 2007-12-12 at 11:30 +, Joel Carlos Martinho Alexandre (DSI)
wrote:
> I'm trying to use AB to benchmark a site within a IIS, but I'm having
> problems with authentication.
>
> I'm currently using
>
> ab2 -A domain\user:password url
Try
ab2 -A domain\\user:password url
The command
Hi,
I'm trying to use AB to benchmark a site within a IIS, but I'm having
problems with authentication.
I'm currently using
ab2 -A domain\user:password url
but I can't get through the 401 error page.
I've tried some variations:
ab2 -A "domain\user:password" url
ab2 -A domain\user,password ur
Hello,
I have a project in software engineering in wich i should find successful
open-source companies using (or not) some kind of quality certification
(like ISO 9001, 9003 or CMM... etc), to ensure to the companies using the
product they are using a quality product.
I would like to know if Apa
Hallo Joshua,
Op zondag 18 november 2007 schreef Joshua Slive aan users@httpd.apache.org:
>> When I try to access http://duinheks.xs4all.nl/mailman/create
>> I get the message:
>> client denied by server configuration:
>> /opt/mailman/cgi-bin/create
JS> This indicates a mod_access configura
On Nov 17, 2007 5:31 AM, <[EMAIL PROTECTED]> wrote:
> Hallo,
>
> I'm trying to install mailman 2.1.9 on my system running httpd 2.2.6.
> For that I added the following to httpd.conf:
>
> === import ===
>
>
> User www
> Group www
>
>
>
> Alias /pipermail/ /opt/mailman/archives/public
Hallo,
I'm trying to install mailman 2.1.9 on my system running httpd 2.2.6.
For that I added the following to httpd.conf:
=== import ===
User www
Group www
Alias /pipermail/ /opt/mailman/archives/public/
ScriptAlias /cgi-bin/ "/opt/apache/cgi-bin/"
ScriptAlias /mailman/
Hi everybody,
I'm new to the list, and first I would like to thanks the Apache team,
they're doing a great job ;)
I need help.
I'm using ubuntu gutsy, and I have a huge personal folder where I save
all the webs I need to study. I installed apache2 in my PC, php, mysql
etc.
The trouble. I instal
On 10/8/07, DuYushui <[EMAIL PROTECTED]> wrote:
> As you can see, I have to open the actual file before do anything. This
> approach doesn't work if the requested URI doesn't correspond to real file
> in the OS or the request file should be parsed before sending out, such as
> PHP source file. Is
[EMAIL PROTECTED]> To:
users@httpd.apache.org> Subject: Re: [EMAIL PROTECTED] [Help] How to change the
content of response on the fly___> > On Tue, 9 Oct 2007 03:42:54 +>
DuYushui <[EMAIL PROTECTED]> wrote:> > > > > Hey Experts, User can write
content han
In a message dated 2007-10-9 11:43:51 中国标准时间, [EMAIL PROTECTED] writes:
As you can see, I have to open the actual file before do anything. This
approach doesn't work if the requested URI doesn't correspond to real file in
the
OS or the request file should be parsed before sending out, such
On Tue, 9 Oct 2007 03:42:54 +
DuYushui <[EMAIL PROTECTED]> wrote:
>
> Hey Experts,User can write content handlers for the Apache
> response phase. My purpose is to write an Apache module to intervene
> all response right before the response write back to client.
Your handler is pretty mu
Hey Experts,User can write content handlers for the Apache response phase.
My purpose is to write an Apache module to intervene all response right before
the response write back to client. Here is an example how we can do this using
mod_perl: sub handler { my $r = shift; my $footer = "somet
On 10/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Joshua,
>
> Thanks for your suggestion.
>
> > Use
>
> Does this mean any URL that has /xfer should be passed along by the
> Location directive. But i do not see that happening.
> The example that i gave was a bit off from my actual problem
Joshua,
Thanks for your suggestion.
> Use
Does this mean any URL that has /xfer should be passed along by the
Location directive. But i do not see that happening.
The example that i gave was a bit off from my actual problem, where the
request coming in is http://acme.com/xfer/xfer/Servlet.
On 10/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
> I am attempting to forward requests sent to Apache httpd server to a
> cluster of appservers sitting behind Apache. I am using the
> directive to achieve this functionality.
> But am not sure how to force Apache to handle this particul
I am attempting to forward requests sent to Apache httpd server to a
cluster of appservers sitting behind Apache. I am using the
directive to achieve this functionality.
But am not sure how to force Apache to handle this particular situation:
send to either server1 or server2
send to server
Thanks a lot.It works fine.
--- Axel-Stéphane SMORGRAV <[EMAIL PROTECTED]> wrote:
> RewriteEngine on
> RewriteCond %{QUERY_STRING} ^mid=(\d+)$
> RewriteRule ^/movie_play.php /movie%1.html? [R]
>
Sick of deleting your inbox? Yahoo!7 Mail has free unlimited storage.
http://au.docs.yah
RewriteEngine on
RewriteCond %{QUERY_STRING} ^mid=(\d+)$
RewriteRule ^/movie_play.php /movie%1.html? [R]
-Message d'origine-
De : tech user [mailto:[EMAIL PROTECTED]
Envoyé : mardi 25 septembre 2007 08:18
À : users@httpd.apache.org
Objet : Re: [EMAIL PROTECTED] help about a re
--- Joshua Slive <[EMAIL PROTECTED]> wrote:
>
> See:
> http://wiki.apache.org/httpd/RewriteQueryString
>
Thank you so much Joshua.
I want to rewrite the url from,
http://www.example.com/movie_play.php?mid=45298
to,
http://www.example.com/movie45298.html
I added the commands in httpd.conf:
R
On 9/24/07, tech user <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I need to rewrite a request url,but I'm not sure how to do it correctly.
> The incoming url form is like,
>
> http://www.example.com/script?param1=xx¶m2=yy
>
> The desired rewritten url is,
>
> http://www.example.com/xx_yy.html
>
>
> Ple
Hello,
I need to rewrite a request url,but I'm not sure how to do it correctly.
The incoming url form is like,
http://www.example.com/script?param1=xx¶m2=yy
The desired rewritten url is,
http://www.example.com/xx_yy.html
Please help me the correct syntax.Thanks in advance.
Sick of de
On 9/23/07, Judy Hulsey <[EMAIL PROTECTED]> wrote:
> I get this error in my log files:
> [Sun Sep 23 10:06:45 2007] [error] [client 127.0.0.1] client denied by
> server configuration: C:/Course
> Technology/1687-5/Chapter.01/Chapter/DessertShop.html
This means you have Allow/Order/Deny directive
I am working from home with no network.
[EMAIL PROTECTED] wrote: Hello Judy,
What is your environment ?
Edward.
Judy Hulsey wrote:
I am an Information Technology student and I am taking PHP this semester. I
have downloaded and installed Apache and when I test it I get the messageIt
w
I'm guessing your developing on a windows machine since I see C:/
What did you do to launch apache?
Did you change your conf file? If so what did you change? was it your
DirectoryRoot?
On 9/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hello Judy,
>
> What is your environment ?
>
> Edw
Hello Judy,
What is your environment ?
Edward.
Judy Hulsey wrote:
>
>
> I am an Information Technology student and I am taking PHP this
> semester. I have downloaded and installed Apache and when I test it I
> get the message
>
>
> It works!
>
> But when I try to open a page with Apache I get
I am an Information Technology student and I am taking PHP this semester. I
have downloaded and installed Apache and when I test it I get the messageIt
works! But when I try to open a page with Apache I get
HTTP 403 (Forbidden)
Forbidden You don't have permission to access
/PHP_
done during the initial configuration, prior to starting
> Apache the first time.
>
> Does anyone have anything else to add?
>
> Thanks again,
> Ryan
>
>
>> From: "Coulter, Ryan" <[EMAIL PROTECTED]>
>> Reply-To:
>> Date: Mon, 27 Aug 2007 12:
On 9/5/07, Jaysen Johnson <[EMAIL PROTECTED]> wrote:
> So 10 years of working with UNIX is not enough experience? Thanks for
> belittling me like that. I know how to patch software, just not RPMS. I
> could easily compile apache myself and patch it. I just prefer to use RPMS
> because I can u
On 9/5/07, Jaysen Johnson <[EMAIL PROTECTED]> wrote:
> So 10 years of working with UNIX is not enough experience? Thanks for
> belittling me like that. I know how to patch software, just not RPMS. I
> could easily compile apache myself and patch it. I just prefer to use RPMS
> because I can u
anyone out there that can assist me without talking about to
me or assuming that I do not have enough UNIX experience?
Thank You
Jaysen
- Original Message -
From: "Joshua Slive" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, September 05, 2007 6:21 AM
Subject: Re: [EMAIL
On 9/4/07, Jaysen Johnson <[EMAIL PROTECTED]> wrote:
> I read that and it looks like Peruser MPM and MPM-ITK would do what I need.
> However. These are patches and I am not familiar with how to patch an RPM
> install of apache. Sorry I am a newbie when it comes to this. Isn't there
> a module t
or me?
Thanks
Jaysen
- Original Message -
From: "Joshua Slive" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, September 04, 2007 6:53 PM
Subject: Re: [EMAIL PROTECTED] Help: running apache virtualhosts as regular
users and groups
On 9/4/07, Jaysen Johnson <[EMAIL PROTECT
On 9/4/07, Jaysen Johnson <[EMAIL PROTECTED]> wrote:
>
>
> Hello,
>
> I am running Apache 2.2.4 on Fedora Core 6. This is an RPM install. I host
> several sites and I would like to setup each virtualhost to run as the user
> and group I am hosting for. How do I configure apache to do this?
>
> E
Hello,
I am running Apache 2.2.4 on Fedora Core 6. This is an RPM install. I host
several sites and I would like to setup each virtualhost to run as the user and
group I am hosting for. How do I configure apache to do this?
Example: user joe has domain joesite.com configured in home directo
he first time.
Does anyone have anything else to add?
Thanks again,
Ryan
> From: "Coulter, Ryan" <[EMAIL PROTECTED]>
> Reply-To:
> Date: Mon, 27 Aug 2007 12:03:45 -0500
> To:
> Conversation: [EMAIL PROTECTED] Help with Apache 2 problem on AIX 5.3
> Subject: Re: [
er thoughts?
Ryan Coulter
> From: Eric Covener <[EMAIL PROTECTED]>
> Reply-To:
> Date: Mon, 27 Aug 2007 11:41:27 -0400
> To:
> Subject: Re: [EMAIL PROTECTED] Help with Apache 2 problem on AIX 5.3
>
> On 8/27/07, Coulter, Ryan <[EMAIL PROTECTED]> wrote:
>>
>
On 8/27/07, Coulter, Ryan <[EMAIL PROTECTED]> wrote:
>
> (My apologies for sending this earlier with no subject.)
>
> Hello. I am stumped by a problem I'm having with Apache 2 and IHS 2 on AIX
> 5.3. I have tried this scenario with both a custom compiled Apache 2.2.4 as
> well as IHS 2.0.47. In
(My apologies for sending this earlier with no subject.)
Hello. I am stumped by a problem I'm having with Apache 2 and IHS 2 on AIX
5.3. I have tried this scenario with both a custom compiled Apache 2.2.4 as
well as IHS 2.0.47. In both cases, the behavior is identical. Using Apache
1.3, I don't ha
On 8/13/07, J. R. <[EMAIL PROTECTED]> wrote:
> I am running Apache 2.2.4 on 32 x86.System is XP SP2 (DynDNS) and set server
> location. Set DocumentRoot, Set
> , AllowOverride ALL, set htpasswd -c, in Notepad=AuthType Basic
> AuthName "This is a private area, please log in"
>
> AuthUserFile "c:\et
I am running Apache 2.2.4 on 32 x86.System is XP SP2 (DynDNS) and set server
location. Set DocumentRoot, Set
, AllowOverride ALL, set htpasswd -c, in Notepad=AuthType Basic
AuthName "This is a private area, please log in"
AuthUserFile "c:\etc.\my_password_file.txt"
AuthGroupFile /dev/null
requ
On 8/9/07, Jeff Murch <[EMAIL PROTECTED]> wrote:
> I built ver 2.2.4 right off of the apache.org site a few weeks ago for a
> reverse proxy and now can't find the httpd-devel for it (to compile the
> newest mod_proxy_html).
>
> An RPM would be nice but not necessary. Anything I do find gives me an
I built ver 2.2.4 right off of the apache.org site a few weeks ago for a
reverse proxy and now can't find the httpd-devel for it (to compile the
newest mod_proxy_html).
An RPM would be nice but not necessary. Anything I do find gives me an error
that it is not the same version ie httpd-devel-2.2.4
1 - 100 of 367 matches
Mail list logo