Apache Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationApache Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old September 28th, 2000, 11:58 AM
thefuzzball thefuzzball is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2000
Posts: 12 thefuzzball User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to thefuzzball
I'm very interested in learning about using Apache authentication through a mysql database. However, the documentation on this has been removed from http://bourbon.netvision.net.il/

If anyone can help I'd greatly appreciate it. The web utility I am writing currently depends on some sort of authentication and I would really like to try this. Currently using mysql and php on an apache webserver.

Thanks
FuZZ

Reply With Quote
  #2  
Old September 28th, 2000, 03:26 PM
freebsd
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
>>the documentation on this has been removed from http://bourbon.netvision.net.il/

Right. Here is another link to download it-> http://download.sourceforge.net/mirrors/mysql/Downloads/Contrib/mod_auth_mysql-2.20.tar.gz

You actually don't need the docs from that site since the "USAGE" file is exactly the same as from the web. You will see such file once you extracted the tarball.

You can also click the "search" link found on this page and type "mod_auth_mysql" as Search Keyword to find out more.

Reply With Quote
  #3  
Old September 29th, 2000, 12:05 PM
thefuzzball thefuzzball is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2000
Posts: 12 thefuzzball User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to thefuzzball
I was hoping you would respond (you seem to know more about this than anyone according to the posts I've been reading) From my readings, I think I have a good idea of what is going on. My question is this: Am I going to have to recompile apache to get this to work?

The reason being that believe it or not, my servers actually depend on having the version of apache that is running. The version I am using is 1.3.6 I believe -- I do know it is not the latest. Also because of what the servers house, the webserver cannot be down for longer than an hour, and even that is pushing it.


Thanks
FuZZ

[This message has been edited by thefuzzball (edited September 29, 2000).]

Reply With Quote
  #4  
Old September 29th, 2000, 12:46 PM
freebsd
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
>>Am I going to have to recompile apache to
get this to work?

It depends if your apache has DSO support or not. You can check by typing "httpd -l", if it shows "mod_so.c", then it has DSO support. Otherwise, you will have to recompile Apache.

>>The version I am using is 1.3.6 I believe -- I do know it is not the latest

That is okay as long as it has DSO support. Or else, you have to recompile Apache or you may as well upgrade to the latest 1.3.12 and start from scratch.

>>the webserver cannot be down for longer than an hour

Once again, if it has DSO support, your server could be down for as less as 5 minutes.

I see that you currently using PHP and MySQL, so I assume they are running fine in your production server. If MySQL was installed in a standard location like "/usr/local" instead of the non-standard location "/usr/local/mysql", you more than likely should face less troubles.

It takes shorter time to install it than configure it. Just that during installation, you have to stop your running server.

The DSO method is straight forward:

./configure --with-mysql=/usr/local --with-apxs=/usr/local/sbin/apxs

make

make install

Reply With Quote
  #5  
Old October 2nd, 2000, 02:52 PM
thefuzzball thefuzzball is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2000
Posts: 12 thefuzzball User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to thefuzzball
Well Damn. hehehe -- any chance in DSO support being under a different name?

Looks like I got screwed at both ends. Not only was mod_so.c not listed, but mysql is installed in /usr/local/mysql.

Oh, well. Thanks for trying.

FuZZ

Reply With Quote
  #6  
Old October 3rd, 2000, 04:29 PM
thefuzzball thefuzzball is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2000
Posts: 12 thefuzzball User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to thefuzzball
Just a thought:

I've noticed that a vast majority of the posts on here assume that the servers are running RedHat linux or some linux distro. I'm running Solaris 2.6. I know it shouldn't, but I've seen it before -- does that make a difference?

FuZZ

Reply With Quote
  #7  
Old October 5th, 2000, 04:04 AM
freebsd
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
According to apache_1.3.12/Install file:

Dynamic Shared Object (DSO) support [OPTIONAL]:

To provide maximum flexibility Apache now is able to load modules under runtime via the DSO mechanism by using thepragmatic dlopen()/dlsym() system calls. These system calls are not available under all operating systems therefore you cannot use the DSO mechanism on all platforms. And Apache currently has only limited built-in knowledge on how to compile shared objects because this is heavily platform-dependent. The current state is this:

o Out-of-the-box supported platforms are:
- Linux - SunOS - UnixWare - Mac OS X Server
- FreeBSD - Solaris - AIX - Mac OS
- OpenBSD - IRIX - SCO - OpenStep/Mach
- NetBSD - HPUX - ReliantUNIX - DYNIX/ptx
- BSDI - Digital Unix - DGUX

o Entirely unsupported platforms are:
- Ultrix

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationApache Development > mod_auth_mysql


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway