> -Original Message-
> From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED]
> Sent: Dienstag, 4. Oktober 2005 08:50
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] adding SSL - is a distinct virtual host
> mandatory?
>
>
> Boyle Owen wrote:
> >
> > Just to clear up some app
> -Original Message-
> From: Andrew Clarke [mailto:[EMAIL PROTECTED]
>
> As I mentioned on my last reply, I'm hoping that http://myserver and
> https://myserver both work; the first on :80 and the 2nd on
> :443. Am I
> expecting too much? Is this unpossible?
This is fine. The use of "h
On Tue, 04 Oct 2005 17:06, Boyle Owen wrote:
>
> Well, I was trying to clear some confusion without everyone's eyes
> glazing over. That inevitably means taking shortcuts with the precise
> details of HTTPS session negotiation.
Heh. Computers are tricky things. Sometimes our eyes NEED to glaze ove
On Tue, 04 Oct 2005 17:09, Boyle Owen wrote:
>
> This is fine. The use of "https" in the address signals the browser to
> use port 443 so the two sites are distinct at the TCP/IP layer. What you
> then need in your config is:
>
> Listen 80
> Listen 443
>
>
> DocumentRoot
>
>
>
> DocumentRoo
Andrew Clarke wrote:
You've all been great helps so far. I hope I haven't inspired a flame-war
amongst yourselves. The help here is quite speedy and of high quality.
Congratulate yourselves, and please, buy yourselves a beer on my behalf.
Feel free to buy a draft for Boyle (should he get ther
Hi ,
I am facing a problem with https configuaration for
apache ,
when i gives https://myhostname.com/abc.cgi
i am getting
[Wed Sep 28 02:55:13 2005] [error] [client *.*.*.*]
Invalid method in request \\x80g\\x01\\x03\\x01
[Wed Sep 28 02:55:36 2005] [error] [client *.*.*.*]
Invalid method in r
> -Original Message-
> From: Aravind J [mailto:[EMAIL PROTECTED]
> Sent: Dienstag, 4. Oktober 2005 10:46
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] https configuration issue on solaris box
>
>
> Hi ,
>
> I am facing a problem with https configuaration for
> apache ,
> whe
>
> Yes, I can see the need for a separate port, but it's not clear why VH's
> are/must be used to separate off the HTTPS activity on port 443.
>
> As I mentioned on my last reply, I'm hoping that http://myserver and
> https://myserver both work; the first on :80 and the 2nd on :443. Am I
> expecti
Hi, Sri
try inserting the below line in ur conf file
DocumentRoot "/home/www"
Regards
Ritesh JhaveriOn 10/3/05, Nick Couchman <[EMAIL PROTECTED]> wrote:
Hi ,
did you enable SSL when you compiled apache? -
Ans: Don't know, I was not the person who did the
installation.
About configuration of /etc/httpd.conf
--
1> I have manually added following lines in httpd.conf
LoadModule ssl_module libexec/mod_ssl.so
On 10/4/05, Aravind J <[EMAIL PROTECTED]> wrote:
>
> Apache was already installed on that machine. when i
> start apachectl start , only http is running,
> ps -ef|grep https shows nothing.
>
Generally you need to run 'apachectl startssl' to start http and https.
Sounds like you may have config is
Hi ,
when i tried with apachectl startssl ,
i got a message like this
usage: ./apachectl
(start|stop|restart|fullstatus|status|graceful|configtest|help)
looks like i need a fresh apache installation, do i
need to ?
--- Paul Annesley <[EMAIL PROTECTED]> wrote:
> On 10/4/05, Aravind J <[EMAIL
Hi,
I've recently compiled Apache 2.0.54 with the experimental
mod_auth_ldap module.
Since then, rotatelogs has failed with the following;
ld.so.1: /export/home/svnuser/apache/bin/rotatelogs: fatal:
libldap50.so: open failed: No such file or directory
I've added /usr/local/iplanet/lib to the LD
On Sunday 02 October 2005 18:06, Boysenberry Payne wrote:
> Anyone know of a good book written for Apache2 similar to the
> O'Reilly Writing Apache Modules with Perl and C?
Watch this space.
> But would love any suggestions for good online references too, other
> than
> the obvious Apache 2 docs.
>> I was successfully able to install Apache 2.0.54, but
>> even if I enter 'localhost' into my browser window, the welcome page
>> won't appear. On my toolbar, it says that Apache is running so I don't
>> have a clue what is wrong. Will somebody please help me??
>> (My computer is running on Wind
Boysenberry Payne said:
> Anyone know of a good book written for Apache2 similar to the
> O'Reilly Writing Apache Modules with Perl and C?
The module development mailing list is probably a better place to ask.
Joost
-
The offic
On 10/3/05, Erik Sorenson <[EMAIL PROTECTED]> wrote:
> Using Suse 9.3, Apache 2 and hosting two sites currently, let's say X and Y.
> Absolute paths and document roots are specified in vhost files as /srv/www/X
> and /srv/www/Y.
>
> I have a ~400-line entry .htaccess file that has a lot of setenvif
On 10/2/05, Mike Cardwell <[EMAIL PROTECTED]> wrote:
> Joshua Slive wrote:
>
> >>Hmmm. This doesn't seem to have fixed it. The rewrite rules always seem
> >>to get processed before the .htaccess files.
> > Let's see the actual config.
>
> Here's a slightly cut down version of the VirtualHost in que
I think that you have pretty much identified the problem yourself: the
LD_LIBRARY_PATH environment variable is not passed by Apache to the shell
executing the rotatelog command.
I guess one possibility would be to replace your piped log with command with
CustomLog "|( . /export/home/svnuser/apa
What is the simpliest way to make apache display a list of files when
a directory is hit with browser?
I'm reading the online manual about Options Indexes but I don't think
I'm getting the full picture since my attempts fail.
On gentoo linux with apache2
I'm inserting this into a stock gentoo con
I am having some trouble with my installation of Apache and PHP, which had
previously been running fine on FreeBSD.
I think there may be an error with my installation of PHP, but I am still
trying to track that down. However, one of the symptoms is Apache ends up
running with a PID of 0 (or sh
What happens when you do an apachectl restart or stop?
Boysenberry
boysenberrys.com | habitatlife.com | selfgnosis.com
On Oct 4, 2005, at 1:15 PM, Duncan Drury wrote:
I am having some trouble with my installation of Apache and PHP, which
had previously been running fine on FreeBSD.
I think
It tells me that apache isn't running and fails to start apache.
I failed to mention that this is Apache 1.3.
The problem I am having is almost certainly to do with PHP.
If I do apachectl graceful, Apache won't start up until I comment out the
Load and AddModule directives for php5 in httpd.conf
On 10/4/05, Harry Putnam <[EMAIL PROTECTED]> wrote:
>
>Options +Indexes
>
refers to filesystem directories, not web directories.
You need to tag /var/www/localhost/htdocs on the front.
In general, always check the error log when you run into stuff like this.
Joshua.
--
Hi
I'm using Apache 1.3.33 on Debian system. Server runs behind an ADSL
modem/router with dynamic IP. I use perl cgi and mod_perl (I use extension .cgm
the tell apache when something is mod_perl rather than plain cgi).
To autheticate a small group of users I use a very simple .htaccess file :
Au
It sounds like php to me too, with what you've said so far.
What OS and PHP versions are you using?
Boysenberry
boysenberrys.com | habitatlife.com | selfgnosis.com
On Oct 4, 2005, at 1:43 PM, Duncan Drury wrote:
It tells me that apache isn't running and fails to start apache.
I failed to me
Hi,
I have just upgraded to Apache 2.1.8 on OS X 10.4.2 and am having a
problem trying to load php. At the bottom of my httpd.conf file I
specify the following:
# PHP4 configuration
LoadModule php4_module modules/libphp4.so
AddType application/x-httpd-php .php .phtml
AddType application/x-ht
"Duncan Drury" <[EMAIL PROTECTED]> writes:
[...]
> one of the symptoms is Apache ends up running with a PID of 0 (or
> shows up as doing so when I ps -aux | grep httpd)
Can you paste the output of "ps -aux |head -1" and "ps -aux |grep
httpd" which shows this into an email back to the list?
Unle
I have a server that has .htaccess files with mod_rewrite instructions.
Now I want to move the instructions into httpd.conf so I don't have to
put into
each of our clients sites anymore.
It's nothing special (the rewrite conditions) and I want it for all of
our virtual hosts.
How do I need to
hello everyone,
i'm using apache2 tomcat5 mod_jk
i set Basic authentication with mod_auth_mysql to have my users
authenticated on a mysql DB.
users who try to access restricted areas are than prompted with the
standard browser identification pop up window to log in everything
works fine and my b
Hello, I am running Apache 1.2 on OS X, today, I need to install a self
signed SSL cert for a client.
I managed to get one going in the past, but seemingly, unless I am very
careful, I tend to break other sites from working, so I thought I would
learn to do this right. I suspect the breakage is a
Hello,
I am using Apache 2.0.54. I am having difficulty with the following rewritecond/rewriterule:
# See if the requested page is http://www.test.com
RewriteCond %{SERVER_NAME} www.test.com
# It is. Now see if "www.test.com" is a folder in the webcontent/ directory
RewriteCond
Joshua Slive <[EMAIL PROTECTED]> writes:
> On 10/4/05, Harry Putnam <[EMAIL PROTECTED]> wrote:
>>
>>Options +Indexes
>>
>
> refers to filesystem directories, not web directories.
> You need to tag /var/www/localhost/htdocs on the front.
>
> In general, always check the error log when you
Hi all,
No flame please. I tried to install the latest apache for Windows
and when I start the installer it just hangs. All firewall and
antivirus software is turned off. Any ideas.
Bob
-
The official User-To-User suppor
On Tue, 04 Oct 2005 17:20, William A. Rowe, Jr. wrote:
>
> Feel free to buy a draft for Boyle (should he get there) and myself at
> ApacheCon/US '05 (www.apachecon.com).
If but someone would pay for me to take a junket overseas for a conference.
I'm in Sydney. Shouldn't you guys schedule these co
On Tue, 04 Oct 2005 20:00, Paul Annesley wrote:
>
> Specifying http:// will cause the browser to use port 80 by default.
> Specifying https:// will cause the browser to use port 443 by default.
>
> However, apache does not automatically assume that 80 == http and 443
> == https, you need to use the
First, be sure you have TCP/IP correctly installed, then review
http://www.apache.org/dist/httpd/binaries/win32/TROUBLESHOOTING.html
Bob Hartung wrote:
Hi all,
No flame please. I tried to install the latest apache for Windows and
when I start the installer it just hangs. All firewall and a
Andrew Clarke wrote:
On Tue, 04 Oct 2005 17:20, William A. Rowe, Jr. wrote:
Feel free to buy a draft for Boyle (should he get there) and myself at
ApacheCon/US '05 (www.apachecon.com).
If but someone would pay for me to take a junket overseas for a conference.
I'm in Sydney. Shouldn't you gu
Hi,
I have Apache built with both mod_python and php. I want to setup the
following output chain: [input request] -> mod_python -> php -> [output
html]. Is this possible?
If so,
1. What are the HTTPD.conf directives for this?
2. How would the PHP script access the output result of the mod_pyt
On Wed, 05 Oct 2005 13:45, William A. Rowe, Jr. wrote:
>
> And good beer at that, I understand :)
It's wet, it's cold, it contains roughly 5% alcohol by volume. What more can
you ask for?
> The 'script tools' that were part of mod_ssl were never folded into
> httpd 2.0, we can kick the idea of r
Resending, as my first post had the wrong version, and I spelled some stuff
wrong :-(
Hello, I am running Apache 1.3 on OS X, today, I need to install a self
signed SSL cert for a client.
I managed to get one going in the past, but seemingly, unless I am very
careful, I tend to break other sites
> -Original Message-
> From: news [mailto:[EMAIL PROTECTED] Behalf Of Daniel McBrearty
>
> Mostly this works absolutely fine. But occasionally one of my
> users has trouble
> logging in. In the logs I can see :
>
> [Mon Oct 3 08:08:09 2005] [error] [client 220.237.229.210]
> user whoev
> -Original Message-
> From: YEL [mailto:[EMAIL PROTECTED]
> Sent: Mittwoch, 5. Oktober 2005 00:37
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Basic Authentication and mod_auth_mysql form
> login
>
>
> hello everyone,
>
> i'm using apache2 tomcat5 mod_jk
>
> i set Basic au
43 matches
Mail list logo