hey guys.. this might sound little silly but i have no idea on how to solve this.. pls help guys..
i have to run some html, perl, php programs on my fedora.. but itseems i have a localhost problem .. not abe to run any pgms on localhost in Mozilla..? how do i resolve this? (i run usually as http://localhost/pgm3.html)
yum install httpd php mysql-server php-mysql
service httpd restart
service mysqld restart
setup
system services
httpd
mysqld
mysql -u root
set password = password ( 'password');
mkdir /var/www/html/php
chown user /var/www/html/php
ln-s /var/www/html/php /home/user/Desktop
I'm asking this question on stackoverflow out of pure desperation. I have posted this on serverfault.com but I think the community is not big enough there to give me a working answer. Also this question has been posted before but it seems that it faded away without a solution.
I am newbie to Linux.
I want to enable directory indexing in "/var/www/html/" [dont want to use index.html or something else htm or php file , just want to show all files and folders when browsing http://localhost ] security risk but i damn care about it.
Code:
1- Using Fedora 12
I'm installing portable wampserver within my dropbox folder so I can access anywhere.
This is not your usual 404.
So before this 404, I was getting a 503. I fixed that by changing the listen port on my httpd.conf file from 80 to 8080.
When I was getting the 503, I was unable to start my apache server at all.
Hello everyone, Im using Fedora 12 and got configuration problem with Squid (version 3.1.4)
The configuration file is attached
I have Lamp installed on my linux machine. Squid doesn't load the php page and give me this error:
------------------------------ Error -----------------------------
Hello guys. I m using FC17 and I have a weird apache issue. I install it from yum using:
Code:
yum install httpd
i get confirmation from yum:
Code:
Installed:
httpd.i686 0:2.2.22-4.fc17
but when i try accessing localhost from firefox i get nothing.
Hey guys,
I am trying to do the basic :hello world" in PHP
When i compile the code, my browser doesn't display "hello world" it is giving me an error: