|
|
|
|
|
|
| Author |
Message |
<Oliver.Schaudt@unilog *nix forums addict
Joined: 11 Nov 2005
Posts: 78
|
Posted: Thu Jul 20, 2006 10:11 am Post subject:
RE: Apache 2.2.2 and WebSphere PlugIn
|
|
|
| Quote: | LoadModule was_ap20_module /opt/CHROOT/HTTPD/WebSpherePlugin/bin/mod_was_ap20_http.so
Another possibility is, that mod_was_ap20_http.so was compiled against 2.0.xx |
Ask IBM if they have something like "mod_was_ap22_http.so"
which should be compiled against 2.2.x.
bye
Oliver
-----Ursprüngliche Nachricht-----
Von: Manuela.Vorazzo@ssb.it [mailto:Manuela.Vorazzo@ssb.it]
Gesendet: Do 20.07.2006 09:39
An: users@httpd.apache.org
Betreff: [users@httpd] Apache 2.2.2 and WebSphere PlugIn
I've compiled Apache 2.2.2 and now I would like to use apache with
websphere plugin to pass requests to a remore WebSphere Application
Server.
I installed and configured the plugin as written in the IBM guide and
everything is Ok.
I can find these two new lines in the httpd.conf:
LoadModule was_ap20_module
/opt/CHROOT/HTTPD/WebSpherePlugin/bin/mod_was_ap20_http.so
WebSpherePluginConfig
/opt/CHROOT/HTTPD/WebSpherePlugin/config/atmweb-ts-proxy/plugin-cfg.xml
But now when I run the command 'apachectl -t' I get the following:
httpd: Syntax error on line 225 of
/opt/CHROOT/HTTPD-2.2.2/conf/httpd.conf: Cannot load
/opt/CHROOT/HTTPD/WebSpherePlugin/bin/mod_was_ap20_http.so into server:
/opt/CHROOT/HTTPD/WebSpherePlugin/bin/mod_was_ap20_http.so: cannot open
shared object file: No such file or directory
The mod_was_ap20_http.so exists and it is in the
/opt/CHROOT/HTTPD/WebSpherePlugin/bin directory.
Have you any idea????
Please let me know, I would not like to install Ibm Http Server!
Thanks in advance
MANUCIAO |
|
| Back to top |
|
 |
Boyle Owen *nix forums Guru
Joined: 07 Feb 2005
Posts: 618
|
Posted: Wed Jul 19, 2006 7:43 am Post subject:
RE: Sharing log files
|
|
|
| Quote: | -----Original Message-----
From: Pavel Stratil [mailto:pavel.stratil-jun@fenix.cz]
Sent: Wednesday, July 19, 2006 12:24 AM
To: users@httpd.apache.org
Subject: [users@httpd] Sharing log files
Hi all!
suppose I would be running two HTTPDs on one machine, each
listening on
a different port of the same IP, one serving static and one dynamic
content.
|
I guess you mean two instances of apache (two config files, two
"apachectl start" commands)? Simpler would be two port-based
virtualhosts in a single instance of apache.
| Quote: | Is it possible to let them share log files or would
they fight?
|
That's a bit OS-dependent - on unix two process can write to the same
filehandle providing the file-locking is taken care of (I assume in
apache it is).
| Quote: | If log sharing isn't possible, is there a way to merge logs
easily for
statistical analysis?
|
A simple perl script, or any one of a number of log analyzers (see
Google).
Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.
This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org |
|
| Back to top |
|
 |
Andre Ambrosio *nix forums beginner
Joined: 18 Jul 2006
Posts: 3
|
Posted: Tue Jul 18, 2006 2:55 pm Post subject:
RE: Won't restart/graceful but no syntax error
|
|
|
OS:
RedHat EL3
Apache:
2.0.58
When apachectl restart:
{
apachectl: Configuration syntax error, will not run "restart":
httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
Syntax OK
}
The FQDN warning shows even when Apache starts well, that's not a problem right now.
When apachectl stop:
No verbose, but it doens't shutdown Apache.
If I comment the subversion specific lines, all goes right and great!
Any suggestion?
Thanks and regards,
Andre.
-----Original Message-----
From: Boyle Owen [mailto:Owen.Boyle@swx.com]
Sent: terça-feira, 18 de julho de 2006 10:50
To: users@httpd.apache.org
Subject: RE: [users@httpd] Won't restart/graceful but no syntax error
| Quote: | -----Original Message-----
From: Andre Ambrosio [mailto:andre.ambrosio@eminit.com]
Sent: Tuesday, July 18, 2006 2:17 PM
To: users@httpd.apache.org
Subject: RE: [users@httpd] Won't restart/graceful but no syntax error
Hi Boyle,
There's nothing in the 'error_log' after I try to restart Apache.
|
What OS? What apache version?
Do apachectl stop then apachectl start - what *exactly* do you get on the command line?
Then check the error log, again...
Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.
| Quote: |
Regards,
Andre.
-----Original Message-----
From: Boyle Owen [mailto:Owen.Boyle@swx.com]
Sent: terça-feira, 18 de julho de 2006 09:11
To: users@httpd.apache.org
Subject: RE: [users@httpd] Won't restart/graceful but no syntax error
-----Original Message-----
From: Andre Ambrosio [mailto:andre.ambrosio@eminit.com]
Sent: Tuesday, July 18, 2006 1:35 PM
To: users@httpd.apache.org
Subject: [users@httpd] Won't restart/graceful but no syntax error
Hi guys,
What can be wrong if I try to restart Apache (apachectl
restart) and he says: "won't restart" but also "syntax ok"?
What I'm trying to do is load mod_dav_svn that comes with
Subversion.
Re-arrange the following words to form a well-known phrase:
error_log in What's the ?
Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.
Thanks for any help,
Andre.
|
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org |
|
| Back to top |
|
 |
Boyle Owen *nix forums Guru
Joined: 07 Feb 2005
Posts: 618
|
Posted: Tue Jul 18, 2006 1:50 pm Post subject:
RE: Won't restart/graceful but no syntax error
|
|
|
| Quote: | -----Original Message-----
From: Andre Ambrosio [mailto:andre.ambrosio@eminit.com]
Sent: Tuesday, July 18, 2006 2:17 PM
To: users@httpd.apache.org
Subject: RE: [users@httpd] Won't restart/graceful but no syntax error
Hi Boyle,
There's nothing in the 'error_log' after I try to restart Apache.
|
What OS? What apache version?
Do apachectl stop then apachectl start - what *exactly* do you get on the command line?
Then check the error log, again...
Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.
| Quote: |
Regards,
Andre.
-----Original Message-----
From: Boyle Owen [mailto:Owen.Boyle@swx.com]
Sent: terça-feira, 18 de julho de 2006 09:11
To: users@httpd.apache.org
Subject: RE: [users@httpd] Won't restart/graceful but no syntax error
-----Original Message-----
From: Andre Ambrosio [mailto:andre.ambrosio@eminit.com]
Sent: Tuesday, July 18, 2006 1:35 PM
To: users@httpd.apache.org
Subject: [users@httpd] Won't restart/graceful but no syntax error
Hi guys,
What can be wrong if I try to restart Apache (apachectl
restart) and he says: "won't restart" but also "syntax ok"?
What I'm trying to do is load mod_dav_svn that comes with
Subversion.
Re-arrange the following words to form a well-known phrase:
error_log in What's the ?
Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.
Thanks for any help,
Andre.
This message is for the named person's use only. It may
contain confidential, proprietary or legally privileged
information. No confidentiality or privilege is waived or
lost by any mistransmission. If you receive this message in
error, please notify the sender urgently and then immediately
delete the message and any copies of it from your system.
Please also immediately destroy any hardcopies of the
message. You must not, directly or indirectly, use, disclose,
distribute, print, or copy any part of this message if you
are not the intended recipient. The sender's company reserves
the right to monitor all e-mail communications through their
networks. Any views expressed in this message are those of
the individual sender, except where the message states
otherwise and the sender is authorised to state them to be
the views of the sender's company.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP
Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP
Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
|
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org |
|
| Back to top |
|
 |
Andre Ambrosio *nix forums beginner
Joined: 18 Jul 2006
Posts: 3
|
Posted: Tue Jul 18, 2006 12:16 pm Post subject:
RE: Won't restart/graceful but no syntax error
|
|
|
Hi Boyle,
There's nothing in the 'error_log' after I try to restart Apache.
Regards,
Andre.
-----Original Message-----
From: Boyle Owen [mailto:Owen.Boyle@swx.com]
Sent: terça-feira, 18 de julho de 2006 09:11
To: users@httpd.apache.org
Subject: RE: [users@httpd] Won't restart/graceful but no syntax error
| Quote: | -----Original Message-----
From: Andre Ambrosio [mailto:andre.ambrosio@eminit.com]
Sent: Tuesday, July 18, 2006 1:35 PM
To: users@httpd.apache.org
Subject: [users@httpd] Won't restart/graceful but no syntax error
Hi guys,
What can be wrong if I try to restart Apache (apachectl
restart) and he says: "won't restart" but also "syntax ok"?
What I'm trying to do is load mod_dav_svn that comes with Subversion.
|
Re-arrange the following words to form a well-known phrase:
error_log in What's the ?
Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.
| Quote: |
Thanks for any help,
Andre.
|
This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org |
|
| Back to top |
|
 |
Boyle Owen *nix forums Guru
Joined: 07 Feb 2005
Posts: 618
|
Posted: Tue Jul 18, 2006 12:10 pm Post subject:
RE: Won't restart/graceful but no syntax error
|
|
|
| Quote: | -----Original Message-----
From: Andre Ambrosio [mailto:andre.ambrosio@eminit.com]
Sent: Tuesday, July 18, 2006 1:35 PM
To: users@httpd.apache.org
Subject: [users@httpd] Won't restart/graceful but no syntax error
Hi guys,
What can be wrong if I try to restart Apache (apachectl
restart) and he says: "won't restart" but also "syntax ok"?
What I'm trying to do is load mod_dav_svn that comes with Subversion.
|
Re-arrange the following words to form a well-known phrase:
error_log in What's the ?
Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.
| Quote: |
Thanks for any help,
Andre.
|
This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org |
|
| Back to top |
|
 |
sniedermeyer@cob.org *nix forums beginner
Joined: 29 Jun 2006
Posts: 4
|
Posted: Fri Jul 14, 2006 5:57 pm Post subject:
RE: Mismatched server name and SSL cert
|
|
|
I'm still chipping away at getting SSL working for our reverse proxy server
(RPS). Currently, it looks like our RPS is going secure:
https://www.cob.org
However, we're getting the following entry in the Apache HTTPD error log:
RSA server certificate CommonName (CN) 'www.cob.org' does NOT match server
name!?
Here are the settings in my httpd.conf file:
ServerName www.cob.org
<VirtualHost www.cob.org:443>
SSLEngine on
SSLProxyEngine on
SSLCertificateFile ...somepath/public.crt
SSLCertificateKeyFile ...somepath/private.key
SSLCertificateChainFile ...somepath/intermediate.crt
ProxyPass /webapp1 https://x.x.x.x/webapp1
ProxyPassReverse /webapp1 https://x.x.x.x/webapp1
</VirtualHost>
Once I get this working correctly, I'll move on to trying to get the
connection from the RPS to the webapp1 server secure without a browser
complaining ;)
Any help would be appreciated.
Thanks.
____________________________
Steven Niedermeyer
Information Technology Services
City of Bellingham
625 Halleck St
Bellingham, WA 98225
Phone: (360) 676-6671 x156
Fax: (360) 676-7693
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org |
|
| Back to top |
|
 |
Mario Pavlov *nix forums beginner
Joined: 12 Jul 2006
Posts: 2
|
Posted: Wed Jul 12, 2006 7:26 am Post subject:
Re: RE: limiting log files' size
|
|
|
| Quote: | -----Original Message-----
From: Mario Pavlov [mailto:freebsd@abv.bg]
Sent: Wednesday, July 12, 2006 8:43 AM
To: users@httpd.apache.org
Subject: [users@httpd] limiting log files' size
Hi guys
I was searching the documentation for a while for some way to
get my httpd-access.log limited by size
but I didn't found anything...
is there a way to limit my log files by size ?
for example when the log file reaches 100Mbytes to stop
growing and evry new line to overwrites the oldest
Apache won't do this for you - all it does is write lines to a filehandle. However, the filhandle doesn't need to lead to a file, it can be a pipe to a program you write that can do whatever you like see: http://httpd.apache.org/docs/2.2/mod/mod_log_config.html
Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.
apache2.2.2
FreeBSD 6.1 RELEASE
thank you
|
OK, thank you :)
-----------------------------------------------------------------
http://ide.li/ - ïîðòàë çà áúëãàðèòå ïî ñâåòà. Ñòàòèè, íîâèíè, ôîðóìè, ñíèìêè, èíôîðìàöèÿ.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org |
|
| Back to top |
|
 |
Kim Leng Goh *nix forums beginner
Joined: 07 Jul 2006
Posts: 2
|
Posted: Wed Jul 12, 2006 7:23 am Post subject:
Re: Fwd: Problem checking signature of httpd, apr, apr-util rpms
|
|
|
Hi Marx,
Thanks for the quick reply. I'm cc-ing to the apache user's list for
the benefit of others.
On 7/12/06, Apache Security Response Team <security@apache.org> wrote:
| Quote: | Dear Kim Leng Goh:
This is actually a known problem with rpm signature checking. rpm will
not correctly validate a key where the public key contains signatures.
Therefore you cannot simply rpm --import the httpd KEYS file (or even an
extraction of one key from it).
If you want to import a public key into rpm you need to import a clean
version without signatures. If this is not provided (as in this case)
then you can only use "rpm --checksig -vv" which will validate the
signature and show you the key used to sign. Alternatively, upstream
versions of rpm since 4.4.2 are known to fix this issue (unverified).
For gory details see
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=90952
Thank you, Mark
--
Mark J Cox
Apache Software Foundation
On Wed, 12 Jul 2006, Kim Leng Goh wrote:
Hi,
I'm forwarding my email to the security mailing list as this appears
to be a security issue. Apologies if this is the wrong place.
---------- Forwarded message ----------
[...]
Date: Jul 7, 2006 3:02 PM
Subject: Problem checking signature of httpd, apr, apr-util rpms
To: users@httpd.apache.org
Cc: minfrin@apache.org, dev@apr.apache.org
Hi all,
I encountered some problems with the KEYS at
http://www.apache.org/dist/httpd/KEYS and
http://www.apache.org/dist/apr/KEYS with the "rpm --checksig" or "rpm
-K" command on some of the rpms such as
http://www.apache.org/dist/httpd/binaries/rpm/SRPMS/httpd-2.0.58-1.src.rpm,
http://www.apache.org/dist/apr/binaries/rpm/SRPMS/apr-0.9.12-1.src.rpm,
http://www.apache.org/dist/apr/binaries/rpm/i386/apr-1.2.7-1.i386.rpm
Without importing any public key, I get "NOKEY":
# rpm -K -v httpd-2.0.58-1.src.rpm
httpd-2.0.58-1.src.rpm:
Header V3 DSA signature: NOKEY, key ID 751d7f27
Header SHA1 digest: OK (18af314df2009ad54b2b638ea379f306e1a0bf95)
MD5 digest: OK (20168dc0056ecdccc824a5bdef1c9216)
V3 DSA signature: NOKEY, key ID 751d7f27
Using http://www.apache.org/dist/apr/KEYS, I extracted lines 513 to
712 of the file into another file "KEYS.2":
# head -712 KEYS|tail -200 > KEYS.2
# rpm --import KEYS.2
# rpm -qa|grep gpg
...
gpg-pubkey-751d7f27-3ddd0dfa
...
and I get "BAD":
# rpm -K -v httpd-2.0.58-1.src.rpm
httpd-2.0.58-1.src.rpm:
Header V3 DSA signature: BAD, key ID 751d7f27
Header SHA1 digest: OK (18af314df2009ad54b2b638ea379f306e1a0bf95)
MD5 digest: OK (20168dc0056ecdccc824a5bdef1c9216)
V3 DSA signature: BAD, key ID 751d7f27
If I use the key from
http://pgp.mit.edu:11371/pks/lookup?search=0x751D7F27&op=index
(e.g. http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x751D7F27), I
get f88341d9 as the key ID. Apparently, f88341d9 should belong to Lars
Eilebrecht.
# rpm --import KEYS.3
# rpm -qa|grep gpg
...
gpg-pubkey-f88341d9-3ddd3c97
...
gpg-pubkey-751d7f27-3ddd0dfa
Regards,
KL
---------------------------------------------------------------------
To unsubscribe, e-mail: security-unsubscribe@apache.org
For additional commands, e-mail: security-help@apache.org
--
|
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org |
|
| Back to top |
|
 |
Boyle Owen *nix forums Guru
Joined: 07 Feb 2005
Posts: 618
|
Posted: Wed Jul 12, 2006 7:09 am Post subject:
RE: limiting log files' size
|
|
|
| Quote: | -----Original Message-----
From: Mario Pavlov [mailto:freebsd@abv.bg]
Sent: Wednesday, July 12, 2006 8:43 AM
To: users@httpd.apache.org
Subject: [users@httpd] limiting log files' size
Hi guys
I was searching the documentation for a while for some way to
get my httpd-access.log limited by size
but I didn't found anything...
is there a way to limit my log files by size ?
for example when the log file reaches 100Mbytes to stop
growing and evry new line to overwrites the oldest
|
Apache won't do this for you - all it does is write lines to a filehandle. However, the filhandle doesn't need to lead to a file, it can be a pipe to a program you write that can do whatever you like see: http://httpd.apache.org/docs/2.2/mod/mod_log_config.html
Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.
| Quote: |
apache2.2.2
FreeBSD 6.1 RELEASE
thank you :)
-----------------------------------------------------------------
http://ide.li/ - ÐÏÒÔÁÌ ÚÁ ÂßÌÇÁÒÉÔÅ ÐÏ Ó×ÅÔÁ. óÔÁÔÉÉ,
ÎÏ×ÉÎÉ, ÆÏÒÕÍÉ, ÓÎÉÍËÉ, ÉÎÆÏÒÍÁÃÉÑ.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP
Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
|
This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org |
|
| Back to top |
|
 |
Mididoc Productions *nix forums beginner
Joined: 30 May 2005
Posts: 16
|
Posted: Tue Jul 11, 2006 9:24 pm Post subject:
AW: spamassassin
|
|
|
thank you will do.
best regards
mike roland
| Quote: | -----Ursprüngliche Nachricht-----
Von: Pid [mailto:p@pidster.com]
Gesendet: Dienstag, 11. Juli 2006 23:14
An: users@httpd.apache.org
Betreff: Re: [users@httpd] spamassassin
you would probably want the spamassassin mailing list for that, rather
than the httpd list.
try here:
http://wiki.apache.org/spamassassin/MailingLists
Mididoc Productions wrote:
Hello,
my name is mike roland.
i'm not a unix expert.
we have a vps server with for virtual host domains.
everything is working fine so far:
the webs are accessible the mails can be sent and received.
but we want to install a blacklist to refuse emails from certain
email-addresses for the whole server, say one list for the whole server.
so we proceeded like in the spamassassin manual and edited the file:
/usr/local/etc/mail/spamassassin/local.cf
we inserted a blacklist entry: blacklist_from example@domain
we have also rebooted the server, but it is not working.
emails from the address: example@domain are stil beeing received.
could anybody please help us setting the blacklist?
thank you
best regards
mike roland
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP
Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
|
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org |
|
| Back to top |
|
 |
Pid *nix forums beginner
Joined: 19 Jun 2006
Posts: 32
|
Posted: Tue Jul 11, 2006 9:13 pm Post subject:
Re: spamassassin
|
|
|
you would probably want the spamassassin mailing list for that, rather
than the httpd list.
try here:
http://wiki.apache.org/spamassassin/MailingLists
Mididoc Productions wrote:
| Quote: | Hello,
my name is mike roland.
i'm not a unix expert.
we have a vps server with for virtual host domains.
everything is working fine so far:
the webs are accessible the mails can be sent and received.
but we want to install a blacklist to refuse emails from certain
email-addresses for the whole server, say one list for the whole server.
so we proceeded like in the spamassassin manual and edited the file:
/usr/local/etc/mail/spamassassin/local.cf
we inserted a blacklist entry: blacklist_from example@domain
we have also rebooted the server, but it is not working.
emails from the address: example@domain are stil beeing received.
could anybody please help us setting the blacklist?
thank you
best regards
mike roland
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
|
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org |
|
| Back to top |
|
 |
Joshua Slive *nix forums Guru
Joined: 07 Feb 2005
Posts: 1647
|
Posted: Tue Jul 11, 2006 9:11 pm Post subject:
Re: spamassassin
|
|
|
On 7/11/06, Mididoc Productions <mail@mididoc.com> wrote:
| Quote: | Hello,
my name is mike roland.
i'm not a unix expert.
we have a vps server with for virtual host domains.
everything is working fine so far:
the webs are accessible the mails can be sent and received.
but we want to install a blacklist to refuse emails from certain
email-addresses for the whole server, say one list for the whole server.
so we proceeded like in the spamassassin manual and edited the file:
/usr/local/etc/mail/spamassassin/local.cf
we inserted a blacklist entry: blacklist_from example@domain
we have also rebooted the server, but it is not working.
emails from the address: example@domain are stil beeing received.
could anybody please help us setting the blacklist?
|
You're on the wrong list. Head over to http://spamassassin.apache.org/
Joshua.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org |
|
| Back to top |
|
 |
Mididoc Productions *nix forums beginner
Joined: 30 May 2005
Posts: 16
|
Posted: Tue Jul 11, 2006 8:50 pm Post subject:
spamassassin
|
|
|
Hello,
my name is mike roland.
i'm not a unix expert.
we have a vps server with for virtual host domains.
everything is working fine so far:
the webs are accessible the mails can be sent and received.
but we want to install a blacklist to refuse emails from certain
email-addresses for the whole server, say one list for the whole server.
so we proceeded like in the spamassassin manual and edited the file:
/usr/local/etc/mail/spamassassin/local.cf
we inserted a blacklist entry: blacklist_from example@domain
we have also rebooted the server, but it is not working.
emails from the address: example@domain are stil beeing received.
could anybody please help us setting the blacklist?
thank you
best regards
mike roland
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org |
|
| Back to top |
|
 |
Joost de Heer *nix forums Guru
Joined: 30 Mar 2005
Posts: 339
|
Posted: Fri Jul 07, 2006 6:26 am Post subject:
RE: Configuring Siteminder 5.5 for apache2.0 on HP-UX 11- can't find libmod_sm20.sl
|
|
|
Lindsey_Lepisko@cargill.com wrote:
| Quote: | Still isn't working. I put what you suggested in the envvars file and it
didn't help. I even tried explicitly setting PATH to include
/opt/siteminder2/webagent/bin and SHLIB_PATH to include
/opt/siteminder2/webagent/lib by using export and even with that it didn't
work. It still has a problem with the line
'LoadModule sm_module "/opt/siteminder2/webagent/lib/libmod_sm20.sl" ' and
says it can't find libmod_sm20.sl.
|
What does 'ldd /opt/siteminder2/webagent/lib/libmod_sm20.sl' give? 'File
not found' can also mean that one of the libs it depends on can't be
found. You may have to set the LD_LIBRARY_PATH var in apachectl to fix
this.
Joost
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|
|
The time now is Tue Dec 02, 2008 5:34 am | All times are GMT
|
|
Magic The Gathering Cards | Canterbury Hotels | Problem Mortgage | Credit Cards | Car Loan
|
|
Copyright © 2004-2005 DeniX Solutions SRL
|
|
|
|
Other DeniX Solutions sites:
Unix/Linux blog |
electronics forum |
medicine forum |
science forum |
|
|
Privacy Policy
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|