miCRoSCoPiC^eaRthLinG
Feb 11 2005, 04:06 PM
Hi, Those who don't want to go into all the hassle of configuring Apache with PHP - here's a quick alternative. Grab MiniApache_PHP from http://213.106.116.50/james/ . It's a much downscaled version of the real Apache server but includes the PHP modules too - very little headache over installation and you can start hosting your own sites rightaway. Good alternative for testing your custom php codes too... This is what the site says about the software: QUOTE MiniApache_PHP is a cut-down version of the open-source Apache web server software for Windows NT and above. MiniApache is perfect for hosting any kind of web server. It's small, fast, free and well-supported! It is perfect for hosting your personal web server, or for that matter any kind of web server. As the name implies, this version includes PHP—the top server-side language for creating dynamic pages, e.g. message boards, email forms etc. Hope this helps 
Comment/Reply (w/o sign-up)
amkint
Feb 11 2005, 04:26 PM
oh cool.. thanks i was lookin for something like for a very loong time.
Comment/Reply (w/o sign-up)
szupie
Feb 12 2005, 10:18 AM
Thanks! I'm going to install it, but probably not to use it for a web server, but just to test my scripts.
Comment/Reply (w/o sign-up)
FirefoxRocks
Sep 21 2008, 04:45 AM
That link doesn't work. If you do want something like this, you can try XAMPP (or LAMPP) for Windows or Linux. It is probably a bit heavier than this but it should be sufficient for developmental purposes.
Comment/Reply (w/o sign-up)
Quatrux
Sep 21 2008, 11:41 AM
It's quite an old topic and I think really using XAMPP or like I use Wampserver is much a better alternative than this and in my opinion, because this is ~4 years old topic, maybe that software isn't even updated any more.. you can get Wampserver at: http://www.wampserver.com/en/index.php
Comment/Reply (w/o sign-up)
yordan
Sep 21 2008, 09:25 PM
QUOTE(Quatrux @ Sep 21 2008, 01:41 PM)  It's quite an old topic OK, I close this topic.
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : mini, apache, server, w, php, grab
- View Php In Another Server
(5)
Using Php With A Mail Server
(2) We all know you can use PHP with a web server, but can you use it with a mail server? I've made
a personal messenger system, and I was thinking about adding additional functionality in the future,
such as the ability to send mail from it. Then I started thinking, would it be possible to recieve
mail with it? Say, have a PHP script that checked when a message arrived at the server, and when it
does, check for something in the message (e.g. "pmsystem-to: admin") that would tell it to send it
to a certain user, and then have it do the scripts to send a PM. So, is it....
Proper Way To Grab User Data?
(1) I'm working on a script where there is a custom user profile and I was wondering if there was a
more efficient way to grab data stored in a database than this method: CODE $sql = "SELECT *
FROM users WHERE `access_name` = \"" .$active_user. "\""; $row =
mysql_fetch_array(mysql_query($sql)); //Link the two tables together; grab the most common thing
that is the *SAME* $user_id = $row ; $sql2 = "SELECT * FROM content WHERE `cid` = \"" .$user_id.
"\""; $row2 = mysql_fetch_array(mysql_query($sql2)); Then on the pages, I just do a where ever
something is supp....
User Authentication Session Handling Problems
Authorization server variables not staying across pages (14) This is quite a bit of problem I am facing, and I cannot point exactly where I am going wrong. I
have been lurking around here at the Asta Host forums with regard to login and user authentication
scripts and I have got as far as this: - Starting a session - Registering a session variable -
Using the variable to check if the user is authenticated or not. - Authenticating the user through
MySQL database - Logging of the user, by setting the session variable to un-authenticated I have
been able to achive the following things too that I think is not related to this proble....
How To Reset The Server Variable Php_auth_user
(9) Hi, i'm developing a web application which obviously requires a log in/log out script that i
just implementing but i dont know why the log out script dont work fine. The problem is related
with the server variable $_SERVER which remains set even when in the log out script i unset it with
the unset() function. Does someone knows how can i reset or clear the server variable $_SERVER ???
Best regards, ....
Apache 2, PHP 5.1.4 And cURL
(10) I have been running PHP 5.1.4 and Apache 2.2.2 with the PHP 5.2.0 developement phpapache2_2.dll
module. I recently installed CURL with php. Now if I run php from the command line, I can use the
CURL functions, but not from a webpage through Apache. Also, phpinfo() returns nothing on CURL. I
am running Windows XP SP2 and installed PHP manually via the zipped binaries. I really need CURL to
work through a webpage and would appreciate any help I can get. ~Viz....
Saving A Php Generated Image To The Server
Help Needed Please (5) I'm trying to create a script that will generate an image and send it back to the browser while
saving the same image to the server. I'm doing this because the image should be dynamically
generated but because of the load that would place on a server if the image happened to be requested
frequently, I've decided to build in a means to serve the static version of the image most of
the time. What isn't included here is the function that will check the age of the file in cache
directory and serve the static image if it is less than an hour old. This isn....
Include Directives And Efficancey
Server preformance, response time (4) Hello there. Most of my programming experiance has been with compiled languages. However, I am now
working in PHP. In a compiled languages (or even a client-side scripting language), include
directive only effect the preformance at compile-time. It has always been my style to make all
global variables, functions, and data structures available to all source files by including a header
file that would then in turn include all the project's headers in the correct sequence. Now, as
I have said, I am working in PHP. The design of my page is that of a program, with the ....
Server-friendly Php Scripts
(5) Hi I'm relativly new to php... I'm interested in writing server-friendly php scripts and i
was wandering in what cases php scripts are harmfull to server i runs on... i was thinking about
issues like: * Which php functions are expensive from the point of view of server's
performance and resources? * What is considered to be a long array in php context if ,say, each
record is 100 bytes long? (100+ element ? a few thousands?) * Are there some assumptions that php
programmer should avoid? (comes to mind this example: http://il.php.net/register_globals )....
Apache + PHP3
(5) I am attempting to configure Apache server (v 1.3.12) with PHP3 (v 3.0.16) the --with-ldap option
chosen. PHP3 configures and installs ok, but when I try to run make in the apache directory I
get a lot of errors saying that for example modules/php3/libphp3.a (ldap.o): In function
"_close_ldap_link": /usr/local/php-3.0.16/functions/ldap.c:128 undefined refernece to
"ldap_unbind_s" I receice approx 50 similar error messages . Has anyone come accross this or
know how to resolve it Thanks tux....
[PHP]fsockopen(): Timed_out
fsockopen() on a Irc Server (7) I have create a script that open a connection on a irc server like a BnC; when i test it on my local
machine it's all ok, but here i receive every time Timed_out, and i don't know why, Someone
can me explaine why? /sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" />....
All in 1 server
PHP4,PHP5,ASP.Net (13) Hello, I'm hosting my own site web on my computer. I'm using IIS6 with ASP.NET and PHP4
running on it and I would like to install also PHP5 to try it. Do you think it's possible ?....
Looking for mini, apache, server, w, php, grab
|
See Also,
*SIMILAR VIDEOS*
Searching Video's for mini, apache, server, w, php, grab
|
advertisement
|
|