Re: xampp installation



hmm! well the only thing I would suggest is have a look at the php.ini
inxampp/apache/bin rather than the one inxampp/php/ you might see in
that php.ini that the settings which are correct in thexampp/php are
not repeated, thi s is what i think it is. The one in php folder is
for command line work.
When in xampp - "diff apache/bin/php.ini php/php.ini" shows that they
are identical.

After I start Apache and I get those error messages, I browse to :
http://localhost/ and get an empty page
http://localhost/index.html and get a page with the text "it works"
http://localhost:8080 and get an error message

does it mean that apache is running and I only have some php problem?


well i use the online manual for apache, and if you're using firefox
just type
"apache 2 docs mod_rewrite" and you will get the link to mod_rewrite,
its a great site actually, couple that with alt.apache.configuration
and you're there.
I would recommend not running to muchxamppstuff at first as its
rather insecure and bulky, and install as services means that
everything starts when your computer does, no hassle.

THere should indeed be two apache processes on windows, one is the
child process that does all the work.
php is set to show errors on startup, which is why you get a whole
load of pop ups, useful for debugging, but I can say thatxamppis
very very stable, its likely to be the wrong php.ini file,

In fact IMHO there should be two but the command line one should be
named php-cli.ini for clarity.- Hide quoted text -

- Show quoted text -


.



Relevant Pages

  • Help with php5 install under windows
    ... This includes moving php from the ... Enable the PHP scripting language engine under Apache. ... or per-virtualhost web server configuration file. ... The PHP directives register_globals, ...
    (php.general)
  • Re: [PHP] problem loading phpinfo
    ... You didn't actually install PHP correctly. ... check the log to get the error messages it spews out at start up if ... My Apache is httpd-2.2.3. ... <?php phpinfo(); ?> ...
    (php.general)
  • RE: Virtual hosts and PHP "downloads": php5 and apache22 on FreeBSD6.1-STABLE
    ... Apache web server. ... Subject: Virtual hosts and PHP "downloads": php5 and apache22 on ...
    (freebsd-questions)
  • Re: HELP: send binary replies back and forth ???
    ... > My php application needs to do the following: ... > My PHP script loops through all records and sends each of them ONE BY ONE. ... > other than to be able to communicate with apache. ... All communication is binary because the connection used is pricy and ...
    (comp.lang.php)
  • Re: approaches to PHP-based application interface?
    ... "safe" so that the applicable parts of it can run on a public server. ... One major advantage of sticking with PHP is that my fairly large ... stripped-down browser so it runs as a Windows application without any ... apache involvement. ...
    (comp.lang.php)