Hi,
I have downloaded & installed following apache binaries (x86/Solaris 9)
from http://www.sunfreeware.com/, The Operating system is SunOS 5.9
apache-2.2.15-sol9-x86-local.gz expat-2.0.1-sol9-x86-local.gz libgcc-3.4.6-sol9-x86-local.gz libiconv-1.13.1-sol9-x86-local.gz openldap-2.4.16-sol9-x86-
From: "Wang, Mary Y"
> #/etc/init.d/httpd -S
> It returned that usage comment. Am I missing something here?
You are confusing the init script with the executable...
JD
-
The official User-To-User support forum of the
Hi there
Thanks for your replies, it helped pointing me into the correct
direction. As said on the initial post I could navigate with my
browser to http://sub.domain.com:28080/. However the server itself
can't resolve the sub domain 2. I've added it to the hosts file and
will restart the server th
On Fri, Apr 30, 2010 at 8:06 PM, Vladimir Belov
wrote:
> I don't understand what you say. Do you know how I can ask the developers of
> Apache? I think they must do these benchmark tests between Apache&IIS. It is
> in their interests.
>
Seems it is in your interests rather than theirs! Apache on
Have you trying writing a small wrapper scrip that passes the conf directory
using the -d flag?
Kind regards
~Jorge
On Mon, May 3, 2010 at 8:21 PM, Voellinger, Sandy <
sandy.voellin...@neustar.biz> wrote:
> Good Afternoon -
>
> Apache Version: httpd-2.2.15
> Linux Version: Red Hat Enterprise
Hi Ezra,
It's me who has issue with Apache & Tomcat; Igor is trying to help me out.
Anyways, i tried your suggestion and I am now getting the image as well. :)
My new ProxyPass settings are:
--
ProxyPass /abc/abc/images http://IP:8080/abc/abc/images
Proxy
It seems you were right Frank.
Somebody was sending mails from my account.
Sorry for the hassle.
El 19 de abril de 2010 21:53, Frank Gingras
escribió:
>
>
> On 04/19/2010 01:32 PM, Bocalinda wrote:
>
>> Estimado amigo,
>> ?Cómo está usted recientemente? decirte una gran sorpresa!
>> Ktpshop compa
Edit your httpd.conf - the first line has a syntax error that's causing it to
fail. It looks like you have a left parenthesis ( that doesn't belong.
Cheers-
Sandy
From: Tapan Maheshwari [mailto:tapan...@yahoo.com]
Sent: Tuesday, May 04, 2010 3:07 AM
To: users@httpd.apache.org
Subject: [us...@
Hi all, I'm having problems with httpd (httpd-2.2.3-31)
Inside a virtualhost root, I've created a new dir where I mounted a
smb share: mounting this, I gave also the ownership of these files to
apache.
path of the virtualhost: /var/www/e107
path of the share: /var/www/e107/tests
file: icon.jpg
[
> -Message d'origine-
> De : Marco Strullato [mailto:marco.strull...@gmail.com]
> Envoyé : mardi 4 mai 2010 16:30
> À : users@httpd.apache.org
> Objet : [us...@httpd] 206 return code - problems showing files from a smb
> share
>
> Hi all, I'm having problems with httpd (httpd-2.2.3-31)
>
Yes, in fact this is what I'm doing as a work around, but because of the
deployment tools and level of automation we're trying to put in place I need to
figure out how to compile apache to simply look relative to the binary's
location for its configuration files.
Thanks -
Sandy
From: Jorge Sc
Perfect! It works
Marco
2010/5/4 Emmanuel Bailleul :
>> -Message d'origine-
>> De : Marco Strullato [mailto:marco.strull...@gmail.com]
>> Envoyé : mardi 4 mai 2010 16:30
>> À : users@httpd.apache.org
>> Objet : [us...@httpd] 206 return code - problems showing files from a smb
>> share
>>
On Tue, May 4, 2010 at 10:55 AM, Voellinger, Sandy
wrote:
> Yes, in fact this is what I’m doing as a work around, but because of the
> deployment tools and level of automation we’re trying to put in place I need
> to figure out how to compile apache to simply look relative to the binary’s
> locati
Is there a patch available to do such a thing and if so can you point me to it
please? I've looked through the patches on
http://www.apache.org/dist/httpd/patches but haven't found anything pertinent.
Thank you kindly!
Sandy
-Original Message-
From: Eric Covener [mailto:cove...@gmail
On Tue, May 4, 2010 at 11:09 AM, Voellinger, Sandy
wrote:
> Is there a patch available to do such a thing and if so can you point me to
> it please? I've looked through the patches on
> http://www.apache.org/dist/httpd/patches but haven't found anything pertinent.
>
None that I'm aware of -- I
Hello all,
I just recently upgraded from Apache 2.0.55 to 2.2.15 on my sparc Solaris 10
system. It's mainly used as a subversion repository gateway. In any case,
after upgrading, the cgi-bin directory is no longer allowing authenticated
access correctly. In there, I have a script which allows
Thanks for those who responded to my question.
I was able to get the information by using
/usr/sbin/http -Sand
apachectl -S
BTW - I noticed that when I post a real short question, I receive more
responses ;-).
Mary
-Original Message-
From: Wang, Mary Y
Sent: Monday, May 03, 2010
Oops.
That was
/usr/sbin/httpd -S and
apachectl -S
.
.
.
Mary
-Original Message-
From: Wang, Mary Y
Sent: Tuesday, May 04, 2010 5:07 PM
To: users@httpd.apache.org
Subject: RE: [us...@httpd] Virtual Hosts Problem - option '-S' to
verifyyourvirtual host configuration
Thanks for th
./httpd -t
to check the syntax of the apache config.
On Wed, May 5, 2010 at 10:12 AM, Wang, Mary Y wrote:
> Oops.
> That was
> /usr/sbin/httpd -S and
> apachectl -S
> .
> .
> .
>
> Mary
>
> -Original Message-
> From: Wang, Mary Y
> Sent: Tuesday, May 04, 2010 5:07 PM
> To: users@http
Hi,
How do I declare a port 80 and port 443 name-based virtual host on a single IP
address?
For example:
I've two aliases (CNAMES) are pointing to same machine in DNS. I want
www.example1.com to be main server configuration.
www.example1.com -> port 443
www.example2.com -> port 80
and both o
Well you can give a go to the following configuration:
Make the end of the httpd.conf look like this:
==SNIP==
# Secure (SSL/TLS) connections
Include conf/extra/httpd-ssl.conf
#
# Note: The following must must be present to support
# starting without SSL on platforms with no /dev/random eq
Hi,Thanks for replying
The first line of httpd.conf is ServerRoot "/usr/apache2"
I dont see any error in this line
Thanks
--- On Tue, 5/4/10, Voellinger, Sandy wrote:
From: Voellinger, Sandy
Subject: RE: [us...@httpd] Unable to start HTTPD , apache web server
To: "'users@httpd.apache.org'"
Dat
22 matches
Mail list logo