Welcome, Guest. Please Login or Register.
August 30, 2025, 10:06:46 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  English User Help  |  English Help  |  YaBB SE on apache? *need help a lot of it!!! « previous next »
Pages: [1] Reply Ignore Print
Author Topic: YaBB SE on apache? *need help a lot of it!!!  (Read 2031 times)
bAm-b00
Jr. Member
**
Posts: 67


YaBB SE on apache? *need help a lot of it!!!
« on: May 05, 2002, 03:55:32 PM »
Reply with quote

How do i do it? i installed php but how do i make it work, same with mysql?
« Last Edit: May 05, 2002, 03:59:49 PM by mUgBoY » Logged
bAm-b00
Jr. Member
**
Posts: 67


Re:YaBB SE on apache?
« Reply #1 on: May 05, 2002, 03:57:04 PM »
Reply with quote

I put all this in srm.conf :

ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php .phtml
Action application/x-httpd-php "/php/php.exe"
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php .phtml

then i put all the stuff in :

apache group/apache2/php/

then:

when i went to install.php it says it wasnt there ???
Logged
Jeff Lewis
Global Moderator
YaBB God
*****
Posts: 10149


I'm a llama!

WWW
Re:YaBB SE on apache? *need help a lot of it!!!
« Reply #2 on: May 05, 2002, 04:12:56 PM »
Reply with quote

There are some issues with Apache 2 and PHP, you may want to check those respective sites...
Logged

Delinquently insane
Foolish One
YaBB God
*****
Posts: 529


The One Surpassed By God!!!!

Re:YaBB SE on apache? *need help a lot of it!!!
« Reply #3 on: May 05, 2002, 04:57:12 PM »
Reply with quote

Do you Have To Permissions on srm.conf set?

also you should just set it up in httpconf

here is my php setup for apachev2

## BEGIN PHP CONFIG
ScriptAlias /php3/ "F:/WebRoot/apache/php/"
ScriptAlias /php/ "F:/WebRoot/apache/php/"
AddType application/x-httpd-php3 .phtml
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3 .php
AddType application/x-httpd-php3-source .phps
Action application/x-httpd-php3 /php/php.exe
## END PHP CONFIG

Another Thing Is If Your Using The msi Version Of php Youll Need To Edit The Ini File And Install It Within Your system32 dir then create mappings in the ini file to match your apache config

Also You Need To Look For This Line In Apache xx.conf

which i use httpdconf

Find This:
In the standard configuration, the server will process httpd.conf (this
# file, specified by the -f command line option), srm.conf, and access.conf
# in that order.  The latter two files are now distributed empty, as it is
# recommended that all directives be kept in a single file for simplicity.  
# The commented-out values below are the built-in defaults.  You can have the
# server ignore these files altogether by using "/dev/null" (for Unix) or
# "nul" (for Win32) for the arguments to the directives.
#
#ResourceConfig conf/srm.conf
#AccessConfig conf/access.conf

Youll Need To Configure Apache To Use srm.conf Files By Default It Is Commented Out.....


If Your Using The Binary Version Of Apache Which I Say Is Much More Easier To Install.. You Can Just Add Everything To A Dir Under Apache and Do a Makefile Command To Alter Your Scripts... AAlso You Need To Make Sure That php Is Registereing Globals If Not It Wont Work.. All This Can Be Found In Your php.ini file

Also Make Sure Your wwwroot Folder Permissions Are Set Correctly


Hope This Helps  :)
Logged

ALL MODS Cancelled projected terminated
Jeff Lewis
Global Moderator
YaBB God
*****
Posts: 10149


I'm a llama!

WWW
Re:YaBB SE on apache? *need help a lot of it!!!
« Reply #4 on: May 05, 2002, 05:52:51 PM »
Reply with quote

I don't know, I'm no server guy...that is why I said you should be asking over on those sites about getting php and apache working together...
Logged

bAm-b00
Jr. Member
**
Posts: 67


Re:YaBB SE on apache? *need help a lot of it!!!
« Reply #5 on: May 06, 2002, 10:46:29 PM »
Reply with quote

I'll try this all and see what happens :P
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  YaBB SE on apache? *need help a lot of it!!! « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.012 seconds with 18 queries.