similar to: Can't access files at localhost

Displaying 20 results from an estimated 20000 matches similar to: "Can't access files at localhost"

2005 Sep 19
4
Is it bad for my web document folder to be user accessible?
PHP and MySQL seem to working on my CentOS installation. I'd like to install phpMyAdmin as well, so I downloaded the necessary files from phpMyAdmin's homepage and copied them to /var/www/html... ... except that's where the process stopped. My regular user account doesn't have permission to write into the /var/www/html folder. Should I just chmod the folder to 777? Is there a
2005 Sep 16
3
Are PHP and MySQL running on my CentOS installation?
When I was installing CentOS, I noticed among the list of components that PHP and MySQL were available. I made sure they were selected because I develop a lot of web sites in PHP/MySQL, but I always do my testing on the server side. I thought it would be kind of cool if I could do the testing and development on my home machine. Which is a long way of saying that I think I have PHP/MySQL on my
2005 Sep 19
4
YUM error - are repositories down or something?
Following advice on how to ensure that PHP and MySQL are on my machine and working correctly, I ran the following YUM command, with the subsequent error: [root at localhost ~]# yum install php php-mysql httpd mysqlclient10 mysql- server Setting up Install Process Setting up Repos http://apt.sw.be/redhat/el4/en/i386/dag/repodata/repomd.xml: [Errno 4] IOError: <urlopen error (113, 'No route
2005 Aug 04
4
What's the Linux equivelant of an exe file?
This is one of those questions that seems to be soo obvious to people that no one feels the need to have an explanation anywhere. I've been looking around the net for ages, and I can't figure out what, on Linux, is actually a program. I've downloaded OpenOffice 1.9 Beta, and would like to run it. I go to the /opt/openoffice.org1.9.122/program/ directory and... then what? What do
2005 Sep 20
7
Recommendation for HTML editor
I was playing around with Nvu, and discovered it has serious problems. Mainly that it reformats one's code regardless of whether or not one selects the "Don't reformat code" option. I know there are a few HTML editors out there, so I'm not asking if they exist. What I'm wondering if there are those on this list who may have a recommendation for one they like and why.
2005 Oct 12
5
Should I and can I upgrade GTK+/PyGTK?
I'm trying out different music players. One that looks promising is called Quod Libet: http://www.sacredchao.net/quodlibet I downloaded the tar file and attempted to install it. I got this message: [dave at localhost quodlibet-0.13.1]$ ./quodlibet.py E: You need GTK+ 2.6 and PyGTK 2.6 or greater. E: You have GTK+ 2.4.13 and PyGTK 2.4.0. E: Please upgrade GTK+/PyGTK. I tried a YUM update,
2005 Aug 29
4
Can't mount FAT32 partition
I am trying to mount a FAT32 partition in CentOS. I'm following the instructions on this page: http://www.linuxforum.com/linux_tutorials/14/1.php This is the line I put into /etc/fstab /dev/hda /mnt/windows vfat users,owner,rw,umask=000 0 0 And this is the error I get: [root at localhost mnt]# mount -a mount: wrong fs type, bad option, bad superblock on
2005 Jul 29
4
Reinstall Windows but preserve CentOS
I have a computer that dual boots between Windows and CentOS. Each has it's own hard drive. I suddenly have a problem with Windows, and may need to reinstall. I need it for applications like After Effects, Premiere, and other things that I am currently in the middle of a project with. It seems the system has become usnstable, it's preventing me from continuing to work, and I
2005 Sep 10
2
Yum configuration and freshrpms
(Moved over from "Re: [CentOS] Why is yum not liked by some?") >As a matter of interest, what baseurl are you using for freshrpms? > > It took me a while, but I found this in my yum.conf file: [freshrpms] name=Fedora Core 1 - Freshrpms baseurl=http://ayo.freshrpms.net/fedora/linux/1/$basearch/freshrpms/ mirrorlist=http://ayo.freshrpms.net/fedora/linux/1/mirrors-freshrpms
2005 Sep 21
2
Safe to use gstreamer repository for RH or Fedora?
I'd like to install "Gstreamer" so that I can get MP3 support in Rhythmbox. At least, I'm led to believe MP3 support comes with installing Gstreamer from Rhythmbox's FAQ. But when I get to the Gstreamer download page: http://gstreamer.freedesktop.org/download/ ... it says: "Do not compile from source yourself unless you are certain you have to or want to" Okay,
2005 Aug 11
2
Where do my RPMs actually go, and is it different for Red Hat builds?
I'm trying to install themes for KDE. In doing so, I came across the following web site which seems to have the themes I want as RPMs: http://rpm.pbone.net/index.php3/stat/17/dept/3/idg/User+Interface_Desktop The theme I want is called "Thinkeramik", and it has the following versions, for various Red Hat builds: thinkeramik-3.2.1-1.0.el3.kde.i386.rpm RedHat EL 3
2005 Aug 12
1
Where to go for KDE questions.
I've been trying, unsuccessfully, to log in on the KDE forums on the KDE web site. Unfortunately, despite having registered, my account is not "activated", and I can't post threads. I am also not able to email the forum administrator, as one ironically has to be an activated member to do so. I've also noticed that trying to search their forums results in a MySQL error.
2007 Nov 07
11
Links go to ''localhost''
I am using Apache2.2 + Mongrel on my machine. Now I am accessing it over LAN. When I enter http://mymachinename/myapp it opens fine but when I click on any link in my rails app, it replaces mymachinename with localhost (http://localhost/myapp/controller/action) and thus I am unable to access it from remote location.
2016 Apr 28
1
systemctl enable httpd failure
Hi List, [root at mail1 ~]# systemctl enable httpd Failed to execute operation: Invalid argument I can disable and re-enable other services without issue, I'm also seeing the same error when I run [root at mail1 ~]# systemctl enable mailman Failed to execute operation: Invalid argument Any suggestions? Michael
2005 Dec 19
3
use chkconfig to change service startup order
Hi, I have my httpd process that starts in runlevel3 with the following info # chkconfig: - 85 15 # description: Apache is a World Wide Web server. It is used to serve \ # HTML files and CGI. # processname: httpd # pidfile: /var/run/httpd.pid # config: /etc/httpd/conf/httpd.conf the filename is /etc/rc.3.d/K15httpd However I installed an antivirus that uses a tomcat process that
2005 Oct 04
3
/proc process information on centos 4.1
Is there a way to tell through /proc or something else which files a process has open and more importantly what position the read pointer is in for that open file? As an example if I am reading a file with a program I have no control over, and I kill that program, I need to know when in the data file that program was reading at that time. Is this information available and if so how to read it?
2005 Jun 13
2
centos' current release versions?
hi, what is the current release versions for centos? it seems to a trivial question although: - centos/3 -> 3.4 why not to 3.5? - centos/4 -> 4.0 why not to 4.1? on the other hand # rpm -q centos-release centos-release-4-1.2 why not centos-release-4.1-2? in the current case we can't write in yum's repo file we can't write: .../centos/$releasever/os/$basearch/ since $releasever is
2015 Mar 27
3
Not getting updates?
On 3/27/2015 12:36 PM, John R Pierce wrote: > On 3/27/2015 12:30 PM, Mark Haney wrote: >> I have no excludes in yum.conf. But I noticed something odd in the >> CentOS-Base.repo file. The [updates] section didn't have an explicit >> 'enabled=1' in it. Though, when I added it in, it made no >> difference. I >> have noticed that I do have some updated
2014 Sep 16
2
repoquery -f does not work well.
Hi. I've found inconstancy between output of repoquery and rpm. I was looking forward towards apache php 5.4 module which must provided by some package SCL (can someone tell me?). rpm -qf /etc/httpd/modules/mod_proxy.so httpd-2.2.15-29.el6.centos.x86_64 repoquery -qf /etc/httpd/modules/mod_proxy.so so repoquery results in no output yum list installed httpd Loaded plugins: fastestmirror
2005 Dec 01
4
access to httpd logs
I need to enable some access to the httpd logs over ftp so they can be analyzed by another application to get a report. I used to do this on Windows NT before replacing the server with CentOS. Thanks to help from another thread I have an ftp server enabled on the web server. I thought the easiest thing to do would be to create an id for the application to connect with, then provide a symlink to