Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Java Open Source > Apache Tomcat
|
Apache Tomcat General discussion of the Apache Tomcat servlet container. For discussions specific to the Professional Apache Tomcat book, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Apache Tomcat section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 4th, 2007, 05:17 AM
Authorized User
 
Join Date: Jan 2004
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Default access control at server level

How can I allow access based on ip's (deny all others) to all web applications running on an Apache 1.1 on Unixware 7.1.1 MP3 at the server level.

(Using a firewall to control access or application modification is not an option)

 
Old July 12th, 2007, 03:18 AM
Registered User
 
Join Date: Jul 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

you might try OpenSSL configuration on your apache and configure it accordingly with this instructions at this link:

 download OpenSSL: http://hunter.campbus.com/ you can see a link OpenSSL with some version number and here are some instructions on setting up:

 http://www.modssl.org/docs/2.8/ssl_howto.html#ToC10

 PS: Remember to load and have configuration for mod_ssl.so for Apache in httpd.conf file.

//NisE

 
Old July 13th, 2007, 03:31 PM
Authorized User
 
Join Date: Apr 2005
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I do not know if this is present in 1.1 but can refer to link of 1.3 and see if you have any equivalent in 1.1

http://httpd.apache.org/docs/1.3/mod/mod_access.html

-eNJay





Similar Threads
Thread Thread Starter Forum Replies Last Post
question about login at server level hertendreef SQL Server 2005 0 August 27th, 2007 04:40 PM
Server: Msg 128, Level 15, State 1, Line 3 amit.jagtap SQL Server 2005 1 August 9th, 2007 08:50 AM
link access based on security level AzlanAziz ASP.NET 2.0 Basics 0 February 12th, 2007 12:22 AM
Multi-level output w/ server side controls? [email protected] .NET Framework 2.0 0 February 2nd, 2005 03:20 PM
access level taoufik Beginning PHP 8 November 15th, 2004 04:29 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.