Search found 8 matches
- Sun Jul 02, 2006 10:44 pm
- Forum: Miscellaneous
- Topic: Writing Webserver
- Replies: 5
- Views: 1613
I know how HTTP functions, i don't quite know how PHP functions.. am i to call the php class file? What part am i meant to disect? What part do i compile? As i said.. IE connects to webserver Webserver sends welcome page IE Can click on a link to the php upload file Webserver gets the upload php scr...
- Sat Jul 01, 2006 9:48 pm
- Forum: Miscellaneous
- Topic: Writing Webserver
- Replies: 5
- Views: 1613
okay, I was told it wasn't hard to add PHP to a WebServer as long as i knew how CGI/CLI worked. Now, First when the .php script (+arguments) are requested, the information is sent to my webserver, then the webserver sends it to php-cgi.exe, then the output is sent back to the webserver, then transfe...
- Sat Jul 01, 2006 7:56 am
- Forum: Miscellaneous
- Topic: Writing Webserver
- Replies: 5
- Views: 1613
Writing Webserver
I'm writing a webserver for the heck of it, going quite well ( i don't expect to use it, since i'm a fan of Apache ) and now i'm adding PHP support. Its currently using CGI on it which is cool. I can compiled the requested page and send the output to the client. But now, i'm up to 'client sending th...
- Sat Jul 01, 2006 7:54 am
- Forum: Miscellaneous
- Topic: Customize for PHP?
- Replies: 10
- Views: 2948
- Thu Jun 29, 2006 8:41 pm
- Forum: Miscellaneous
- Topic: Customize for PHP?
- Replies: 10
- Views: 2948
- Wed Jun 28, 2006 9:53 pm
- Forum: Miscellaneous
- Topic: Customize for PHP?
- Replies: 10
- Views: 2948
I believe Apache just invokes the php.exe file whenever it encounters a PHP file or code. So a simple file path and code for your web server that directs it to use the php.exe everytime it encounters a PHP file or code to render it would work? So would that work like parameters? Say i execute php.e...
- Wed Jun 28, 2006 4:42 am
- Forum: Miscellaneous
- Topic: Customize for PHP?
- Replies: 10
- Views: 2948
- Wed Jun 28, 2006 2:58 am
- Forum: Miscellaneous
- Topic: Customize for PHP?
- Replies: 10
- Views: 2948
Customize for PHP?
How do i customize my (own made) website for using the php engine? I've been running off Apache for quite some time but being a software developer i just couldn't resist. Is there a detailed guide on how to do this?
Thankyou,
David.
Thankyou,
David.