SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

This was built using Visual Studio 6.0sp1.

As of 1.7 the UNIX and Win32 codebases are almost the same, the major differences are in the semaphore/mutex thigns, which are abstracted out and the cache, which is just malloc'd on Win32, functionally they should be the exact same.

Please make sure you are running in DSO mode. To do this you'll need httpd.conf configured as follows:

(uncomment this section)
ClearModuleList
AddModule mod_so.c mod_mime.c mod_access.c mod_auth.c mod_negotiation.c AddModule mod_include.c mod_autoindex.c mod_dir.c mod_cgi.c mod_userdir.c AddModule mod_alias.c mod_env.c mod_log_config.c mod_asis.c mod_imap.c AddModule mod_actions.c mod_setenvif.c mod_isapi.c

(uncommwent this section too)
LoadModule anon_auth_module modules/mod_auth_anon.so LoadModule dbm_auth_module modules/mod_auth_dbm.so LoadModule digest_auth_module modules/mod_auth_digest.so LoadModule cern_meta_module modules/mod_cern_meta.so LoadModule digest_module modules/mod_digest.so LoadModule expires_module modules/mod_expires.so LoadModule headers_module modules/mod_headers.so LoadModule proxy_module modules/mod_proxy.so LoadModule rewrite_module modules/mod_rewrite.so LoadModule speling_module modules/mod_speling.so LoadModule info_module modules/mod_info.so LoadModule status_module modules/mod_status.so LoadModule usertrack_module modules/mod_usertrack.so

Then add the following in your httpd.conf after the LoadModule usertrack_module line:

LoadFile modules/libmysql.dll
LoadModule crescent_module modules/mod_crescent.so AddModule mod_crescent.c

CrescentServer localhost
CrescentUsername crescent
CrescentPassword crescent
CrescentDatabase crescent
CrescentSharedCache Off

copy libmysql.dll from your mysql distro to the modules directory or just specifiy the proper path to the dll in the config file, I found keeping it in the modules directory to be the easiest.


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.