I was able to install Apache 2.0.59 without SSL on this server but we
need SSL support now. I've tried to re-compile Apache without any luck.
I can configure it just fine but I run "make" that's when I get an
error. I'm getting this:
modules/ssl/.libs/mod_ssl.a(ssl_engine_kernel.o): In functio
Hi to all,
i want only for a specific virtual host to give the authority
to one user - group .
in apache 1.3.x was User - Group Directive [0]
in apache 2.0.x wan't support User-Group in VH [1]
and was (is) the AssignUserId [2]
Is there something like this (User - Group, or alike) in
apache 2.2.x
Nice to hear you got it working, though you seem to have gone
the long way round.
You say I went the 'long way round', well other than using a package,
is there a shorter way to install dbd(mysql) into a custom directory?
Would you like to write out the steps in a complete and unambiguous
mann
dear friends ;
recently i was looking for a tool that generate Exact system statistics on
Graphical diagrams , unfortunately i was never able to find that kind of tool ,
by the way i have found atsar very helpful , Atsar gives me the idea to make a
combination with GnuPlot , SarPplot is the res
hello:
i'm experimenting name based virtual hosts and i have the following
apache setup
/opt/apache2/htdocs/index.html
/opt/apache2/htdocs2/index2.html
Now i have the following entry in my /opt/apache2/conf/extra/httpd-vhosts.conf
hi,
try-out with
"NameVirtualHost *:80" or "NameVirtualHost *"
Best Regards
Ashutosh
SynaptiCAD Inc.
- Original Message -
From: "Yashesh Bhatia" <[EMAIL PROTECTED]>
To:
Sent: Thursday, August 31, 2006 4:35 PM
Subject: [EMAIL PROTECTED] Virtual hosts question - permission denied err
hi ashutosh:
thx for the tip.. tried
NameVirtualHost *:80
it did not work. gives the same error and also the syntax check gives a warning
[EMAIL PROTECTED] htdocs]# apachectl -t
[Thu Aug 31 17:18:03 2006] [warn] NameVirtualHost *:80 has no VirtualHosts
Syntax OK
tried with NameVirtualHost *
d
On Thu, Aug 31, 2006 at 04:35:21PM +0530, Yashesh Bhatia wrote:
> [Thu Aug 31 16:29:46 2006] [error] [client 127.0.0.1] client denied by
> server configuration: /opt/apache2/htdocs2/
Show us your settings for the above, do the look somewhat
like:
AllowOverride None
Order Allow,Deny
Is there any way to redirect user to some HTML page if HTTPS (SSL) negotiation
fails (e.g. user
press CANCEL button on "Select Certificate" dialog)? At present generic "The
page can not be
found" message shows. I think this is IE's built-in message.
_
I remember seeing a similiar thread somewhere and I
seem to recall it had to do with openssl 0.9.8b.
Is openssl 0.9.8b a bugfix release over 0.9.8a, or a
security fix? If 0.9.8b is only a bug fix, you could
try it with 0.9.8a?
--- "Tom Ray [Lists]" <[EMAIL PROTECTED]> wrote:
> I was able to inst
To my knowledge this is not possible. Don't forget,
the SSL HandShake needs to be completed BEFORE your
client can successfully retrieve any data from your
webserver. So, if this handshake fails for whatever
reason (including cancelation by the user), the
connection is being torn down. i.e. Even if
reimer,
i did not have a container for /opt/apache2/htdocs2 ...
added it in the section
DocumentRoot "/opt/apache2/htdocs2"
AllowOverride All
Order allow,deny
Allow from all
and it works fine now. thx for pointing it out.
yashesh
On 8/31/06, Riemer P
Hello again
> I suspect there is a problem with counting
> MaxKeepAliveRequests counter :/ Please tell me if I'm wrong ...
(...)
> KeepAlive on
> MaxKeepAliveRequests 2
> KeepAliveTimeout 130
(..)
> So there were three HTTP request with 12 bytes response :/
> It seems like problem with counting fr
On 8/31/06, Evaggelos Balaskas <[EMAIL PROTECTED]> wrote:
Hi to all,
i want only for a specific virtual host to give the authority
to one user - group .
in apache 1.3.x was User - Group Directive [0]
in apache 2.0.x wan't support User-Group in VH [1]
and was (is) the AssignUserId [2]
Is there
On Fri, Aug 25, 2006 at 10:00:40PM +0100, David Link wrote:
> I have installed Apache 2.2.3 on a RedHat Linux Enterprise 4ES system
> and am trying to install mod_perl 2. The installation of mod_perl
> insists on apr-config being somewhere on the system but the install of
> Apache 2.2.3 does not se
All,
We installed
apache 2.0.59.Our requirement is to start/stop this server using a regular id
other than root.We changed the installation directory permissions and also set
the User and Group in httpd.conf to the required user and group permissions ,
but still we can't get it start/stop
On 8/31/06, KURUGANTI, LAKSHMI, INFOT <[EMAIL PROTECTED]> wrote:
All,
We installed apache 2.0.59.Our requirement is to start/stop this server
using a regular id other than root.We changed the installation directory
permissions and also set the User and Group in httpd.conf to the required
user
Joshua Slive wrote:
> The reason this isn't supported in any version of apache httpd is
> because it is extremely difficult to accomplish without severe
> compromises given the unix permissions model. One alternative is to
> run each vhost as a separate apache httpd instance and then use a
> reve
Hello
> Error we are seeing is "(13)Permission denied: mod_weblogic: could not
> create lock Configuration Failed"
You have no permission (for your user) to directory where lock file must be
create.
Don't forget also change port for starting apache without root user (it can not
be port lower th
On 8/31/06, Evaggelos Balaskas <[EMAIL PROTECTED]> wrote:
Joshua Slive wrote:
> The reason this isn't supported in any version of apache httpd is
> because it is extremely difficult to accomplish without severe
> compromises given the unix permissions model. One alternative is to
> run each vho
0.9.8a was the security fix and 0.9.8b was a compatibility fix. The
problem is, I had 0.9.8a already installed on the machine and I had the
same exact error. I thought upgrading to 0.9.8b would fix the problem,
but it didn't. And I couldn't find anything really detailed when I
Googled the error
Hey, have a look at this thread. Maybe some of the
suggestions will work for you ... keep us posted:
http://www.howtoforge.com/forums/archive/index.php/t-1557.html
--- "Tom Ray [Lists]" <[EMAIL PROTECTED]> wrote:
> 0.9.8a was the security fix and 0.9.8b was a
> compatibility fix. The
> problem
I have LDAP directory with groups of class posixGroup (to do /etc/groups
functionality on servers ). I want LDAP to take over Apache2.2
authentification also. It's important to me that i can restrict access
to resorces by "require group" directive. However i'm having problems,
as it seems to me
Hello,
I'm using Apache (2.0.59) and mod_proxy as reverse proxy and want the
remote server pass URLs like
http://foo.com/bar/black%26white
Unfortunately, when using mod_proxy with ProxyPass and ProxyPassReverse,
this URL is rewritten to
http://foo.com/bar/black&white
which is bad (since on the
Thanks for that, I did some digging and it turns out an old version of
Openssl is on the server and it looks like there's a conflict even after
I put in --with-ssl=/usr/local/ssl (where 0.9.8b is and where 0.9.8.a was).
I'm going to re-compile Openssl to use the paths of the old version.
Hey,
I have Apache 1.3.34 installed on Windows 2000 boxes and was
wondering if there was anyway to monitor Apache for stuff like current requests
and accesses? I want to go beyond monitoring on port 80. Has anyone been
successful in implementing network management solutions with Apache Win32 suc
Hi,
On Don 31.08.2006 09:53, KURUGANTI, LAKSHMI, INFOT wrote:
We installed apache 2.0.59.Our requirement is to start/stop this server
using a regular id other than root.We changed the installation
directory permissions and also set the User and Group in httpd.conf to
the required user and grou
One Guess ... did you actually blast config.cache and rerun your
./config.nice or did you simply try installing over 0.9.8b ... one
trouble is that httpd's configure will remember the original openssl
and it's discovered options.
Richard de Vries wrote:
> I remember seeing a similiar thread somew
Well the server was originally running 1.3.33, so I was just installing
2.0.59 in a completely different location. But I did manage to find a
fix for it all. It appears that 0.6.3 was installed on the server (or
something close to that I can't recall the exact version) and it was
installed in /
Hi,
I suppose this may be more of a mod_ssl question but I thought I would
post here as well in hopes of more help.
I have a working install that I use for redhat enterprise linux 3:
(from my .spec file)
cd mod_ssl-2.8.28-1.3.37
./configure \
--with-perl=/usr/bin/perl \
--with-apache=../apache
This is probably a dumb question, but how do I determine the name of my server (local and online)? I have a PHP script that's supposed to modify a value depending on whether a file is online or local, and it requires the name of my local server. I'm using Apache in both my PC and my Apple laptop, b
What a silly app... the right test is to see if the request came in through
127.0.0.1 (al la localhost loopback) and distrust the rest :)
ipconfig should tell you your IP, maybe your name on win32. Try ifconfig
on Mac. Then nslookup {your ip} to see if it is known, otherwise your
server's 'name'
William Rowe wrote, "What a silly app... the right test is to see if the request came in through127.0.0.1 (al la localhost loopback) and distrust the rest :)ipconfig should tell you your IP, maybe your name on win32."Sorry, I'm a little confused. It sounds like you're suggesting I'm using the wrong
Any ideas about a list for proxy_html module?
On 8/31/06, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 8/30/06, Devraj Mukherjee <[EMAIL PROTECTED]> wrote:
> I have nailed it down to two problems.
>
> 1. All elements (scripts, etc) have absolute references to others so
> the documents always need
On 8/31/06, Devraj Mukherjee <[EMAIL PROTECTED]> wrote:
Any ideas about a list for proxy_html module?
It's author can sometimes be found on this list.
Joshua.
-
The official User-To-User support forum of the Apache HTTP Serve
I get an error message saying that only one service can connect to an
address or port and that the installer could not connect to 0.0.0.0:80.
I think get a message saying that Apache2 was not installed.
Here is a screen shot of the first message:
http://www.paulmcelligott.com/images/apache.JPG
--
On 8/31/06, Paul McElligott <[EMAIL PROTECTED]> wrote:
I get an error message saying that only one service can connect to an
address or port and that the installer could not connect to 0.0.0.0:80.
I think get a message saying that Apache2 was not installed.
Here is a screen shot of the first mes
For security reasons, I am running a reverese proxy in
front of my WebSphere App server. The WAS App Server
only listens to 127.0.0.1, and the ports that should
be exposed externally (ie. 9080, 9443 etc) are proxied
thru the proxy server that runs on the same machine.
So basically the proxy is tak
Hello,
I have a requirement as followed.
1) I have 2 different applications to be installed in apache named app1 and
app2.
2) app1 is installed in apache directly
3) app2 is intalled in OC4J application server, where apache is configured
to redirect requests to oc4j
4) app1 uses basic
I am looking for some serious coders that want to make a name for
themselves and/or a lot of money.
I need to talk to any one who is considered an Expert with any of
these:
Linux
Apache
MySQL or PostgreSQL
PHP, Perl, Python
HTML
CSS
XML
XSL
I am going to convince my employer to replace a very
40 matches
Mail list logo