Server :: Httpd2.2.15 Access To Localhost Test Page ?

Jun 13, 2010

Can't access localhost test page, but opens localhost page when I use full dns, at least from local network machines?

Running slackware13.1, Httpd2.2.15, 2wire gateway. Firewall web&http pinholes for ports 80,443. Port 80 is working.

Code:

Returns error:

Quote:

Code:

Code:

Added 4400host.net to Resolve DNS on 2Wire Gateway(Never had to do this before to access httpd test from same machine or network machine?

Changed HTTPD.conf

Code:

Code:

Quote:

"It Works!"

Never encountered this before, usually httpd test worked for "localhost" with minimal effort. I am concerned to procceed with this odd behavior. Has anyone else encountered this configuration is?

View 5 Replies


ADVERTISEMENT

CentOS 5 Networking :: Can't Access Server Apache Test Page Externally

Nov 15, 2010

i'm setting up apache on 5.3. i can access the apache test page without a problem from the server via URL... But i can't figure out how to access this page from another computer within the domain (for when i upload my home page.

View 4 Replies View Related

Software :: When View Browser (localhost/test.php) It Just Shows The Code Itself Instead Of Displaying The Phpinfo Page

Dec 19, 2010

I'm using fedora 14. And I have installed apache, PHP and MySQL. I tried testing PHP with phpinfo(). But when I view it view my browser (localhost/test.php) it just shows the code itself instead of displaying the phpinfo page. This is the content of my test.php page.

<?php
phpinfo();
?>

View 3 Replies View Related

Server :: How To Setup Open Xampp Localhost Page

May 17, 2011

I have worked with xampp on windows. Its my first time with Red Hat Enterprise Linux 5 .

Problem Is In My company we have redhat entprise 5 and its running well with samba server for our intranet. I wants to upgrade the intranet by using joomla. Problem is i have installed the xampp succesfully but when i type [url] it still opens our old intranet's homepage.

View 2 Replies View Related

Ubuntu :: Using Web Min To Access Server \ Unable To Access Email Account From A Web Page?

Sep 12, 2010

ok so i ran into a problem, im using web min to access my server, and im setting up postfix and, dovecot first problem is i want to be able to access my email account from a web page, with log in, so my question is how can i do that?

View 1 Replies View Related

Server :: Allow Access To Mysqld From Localhost?

Sep 21, 2010

I need to test an application on a Ubuntu Server that works as a database server for the network.

On this server's /etc/mysql/my.cnf, I have:

Code:
# Instead of skip-networking the default is now to listen only on
# localhost which is more compatible and is not less secure.
bind-address = <server-ip-address>

This means that I can't access the mysql server from 127.0.0.1, right?

I tried adding the following entry to /etc/hosts.allow :

Code:
mysqld : 127.0.0.1 : allow

I feel like I need to restart the service that reads /etc/hosts.allow, is this approach correct?

Or on /etc/mysql/my.cnf I can have two (or more) bind-addresses entries?

View 5 Replies View Related

Ubuntu Networking :: Access Web Server On Localhost?

May 27, 2010

I have a laptop with Apache, MySQL, PHP, etc, and I'm able to work on web programming on my local server while at home, connected to my network. But I would like to be able to work on the local websites when I'm not connected to any networks, both for demonstrating a site, or simply working on it.

I was surprised to find that I could not connect to localhost at all without a network connection. I tried my normal Google for a solution, but, of course, that was futile without a network.

Now, I'm at home, and of course, it works because I have wireless. I don't really want to disconnect that to figure it out, so I thought maybe some nice soul here might know how to do this. Surely it can't be hard, can it? But, it's certainly not obvious.

View 3 Replies View Related

Server :: Access Denied For User 'root'@'localhost'?

Dec 14, 2010

ubuntu terminal. I have installed mysql-server, but i have no access. I have set the password during installation process.

Used command:
mysql -u root -p
error message:

[code]....

View 3 Replies View Related

Server :: Changed Root User Access For MySQL To Any From Localhost?

Mar 14, 2011

I did something silly and changed my root user access for mysql access to Any from localhost using webmin. I get an access dented when i try to open up the mysql editing page on webmin. Can any of you tell me if there is a way to change it back to hosts=localhost I am using webmin 1.5.30 on Centos 5.5. I am hoping I can change it by command line or if I can access the config files and change it that way?

View 2 Replies View Related

CentOS 5 :: Remote Access To 5.3 On A Test Server?

Jul 14, 2009

Newbie on the block with Centos 5.3 on a test server and and Ubuntu on a test workstation Note the wiki on VNC for a windows workstation but presume I could do this more easily from "Jaunty" (Ubuntu v 9.04)

View 10 Replies View Related

General :: Localhost CD Test - Permission Denied

Sep 16, 2009

When I create a folder in the system, it's created successfully
Code:
[test@localhost localhost ]$ cd test/
-bash: cd: test/: Permission denied
drw-rw-r-- 2 test testinstall 4.0K Sep 16 18:51 test

View 5 Replies View Related

Server :: Access From A Browser To The Squirrelmail Configtest Page In Server?

May 10, 2010

I was trying to have access from a browser to the squirrelmail configtest page in my server, making some changes, I accidentaly remove the directory webmail. After I replace it with a backup apache2 can not start. This is what I have. Syntax error on line 281 of /etc/apache2/apache2.conf: Syntax error on line 1 of [URL].. closed. But I am sure there is a ?> at the end of this file.Base on what I read on [URL]...-with-the-tag/ I test without the ?> also, but I got the same error.

View 2 Replies View Related

Ubuntu :: Localhost Page Cannot Be Displayed

May 2, 2011

I've tried untinstalling and reinstalling the package for ampache.

I still cannot get localhost/ampache to display in my browser. I can't even get localhost to display in my browser. I've tried checking around in config files to see if i have ports open for listening. (i'm a noob at all of this)

My router has the port open that i specified. on code - service apache2 start i get:

(..Address already in use: make_sock: could not bind to address 192.168.1.65:8000
no listening sockets available, shutting down

I can't find any other config files. I don't know what else to do with the amapche installation. (which included an install of mysql-server package, even tho i NEVER got a prompt to enter in root passwd for the mysql db.)

Currently using dhcp.

View 1 Replies View Related

Ubuntu Servers :: Setup The MYSQL Server - Error: 'Access Denied For User 'root'@'localhost' (using Password: NO)'

Mar 26, 2010

I set up a servber on my local machine, & also PHp - Both working fine.I'm trying to load up MYSQL i have installed it, & *can* start/stop the server. however if I do anything else with it, I get this error :-

Quote:

root@gordon-desktop:~# sudo mysqladmin -u root -h localhost password MYPASSWORD
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'

Query :-

1) How do I know MYSQL is actually active ? (apart from the message it says that its statrted (or stopped).

2) Is there a way to

a) Find out the usernames that are recorded on the MYSQL server ?
b) set / RESET the 'root' username (I know MYSQL root user is different to PC root user)
c) anything else I can do on the PHP / website code to see if MYSQL is working

(as yet, no tables / databases etc have been set up - as I can't get past this error message - I get the same error when setting up a database.)

Ps I did allow my usermname (when logged in to ubuntu) to edit / create files in the /usr/www/ directory (but it is still OWNED by 'root' - that directory)

View 4 Replies View Related

General :: Can't Recall System App To Call / Test Remote Access To Another Server On Same Network?

Jul 25, 2011

I have logged into one Linux VM and I want to test remote access to another Linux server on the same network but I cannot recall the Linux application to call?

View 10 Replies View Related

General :: Error - You Must Be Logged In To Access This Page, Go To Logon Page

Jul 26, 2010

All has been fine with my emails but today morning when i tried to log on I got an error message "You must be logged in to access this page, go to logon page" I dont understand why even when i supply my correct user name and password.

View 2 Replies View Related

Programming :: Web Page On Apache Server Query MS Access Database

Jan 18, 2010

I have an access database and I would like to build a website on the slackware 12.2 server running apache 2.11.14 to let users query data from the MS Access database. I am thinking that I could just do it in jscript and make a jdbc connection and that should be good. What do you guys think.

View 2 Replies View Related

General :: Apache Test Page Help

Aug 11, 2011

I am trying to set up a web page for the business and we have had the website or domain for a while but no one has put anything on it. I have never done anything like this before so i typed in the website and got the apache test page saying that i should add this: /var/www/html/

1) i'm not really sure what to add it to
2) i've tried adding it to the website url and that comes up with invalid page
3) could someone please explain in simple terms how i can get on to the webpage so i can start adding content to it?

View 1 Replies View Related

Fedora :: Test Page For Apache Just Blank

Jun 12, 2011

I had installed and checked lamp stack last night but today when I type http://localhost the fodora test page for apache didn't come up. It is just blank. I had also configured apache to load after every boot.

View 14 Replies View Related

OpenSUSE Network :: Print The Test Page Nothing Happens

May 7, 2011

I just installed openSUSE 11.4 on my 2 home machines. My home network lies behind a nat router but I still use the external zone setting for my firewalls. In the past to enable network printing between the two computers I opened TCP and UDP port 631. Yast would then see the remote printer, set it up and all was good. This time Yast sees and sets up the remote printer as usual. When I print the test page nothing happens. Checking the cups admin page at localhost:631 on the host machine shows the printer is set up to share but nothing is in the print que. Printing works just fine on the host computer.

View 2 Replies View Related

Ubuntu :: Can Print Test Page But Not Documents?

May 6, 2010

I know my driver works and that cups is up and running, because I can print off test pages to my heart's content, but I can't get any actual documents printed. I'm connected over the network at work to a Japanese NEC MultiWriter 3650n (it seems to be Japanese-only---I could find on drivers was in Japanese). It shows up in System=>Administration=>Printing. I set it as the default printer, and, as I said, it prints off test pages without a hitch. But whenever I open, say, a PDF and try to print it, the document appears to get sent, but never actually prints, and never shows up in the print queue (while the completed test pages do).

View 9 Replies View Related

Ubuntu :: Print The Test Page (or Anything Else), Nothing Is Printed?

Oct 20, 2010

I installed my epson stylus tx420w through cups web interface. I used the PPD file provided by the driver recommended in linuxprinting.org.But when I try to print the test page (or anything else), nothing is printed. According to the diagnostics, the printer status is "Processing page 1...", but it won't go beyond that.I've already tested it, it's fine. But won't work in ubuntu. Don't know what's going on.

View 5 Replies View Related

Ubuntu Networking :: Vista Prints Test Page But Nothing Else?

Oct 18, 2010

I've installed Ubuntu 10.10 on an old box to use as an office print/fax and file server. I tried the server edition but I had no chance with command line programming so I've just used normal Ubuntu.

Ubuntu itself is working fine and I've installed my HP Officejet printer and it's fully working on the Ubuntu box. SAMBA and CUPS are installed.

I've then added the printer onto my Vista machine and here's where the fun starts. The Vista box sees the printer on Ubuntu, adds it with no problem and happily prints test pages, but I can't get it printing anything else.

I can't for the life of me find any reason why it would print a test page, but not print from Word, adobe or even a browser.

View 3 Replies View Related

Ubuntu :: Network Printer Install - Can't Get The Test Page

Feb 21, 2011

I have set up a local server running 10.04. I have cups installed and running. I can access the server via 192.168.28.200:631 webapoge. I can print test pages from that site. But when I try installing the networked printer on a client, the printer will install but I can't get the test page to print.

View 1 Replies View Related

General :: Unable To Print Test Page Or Documents

Dec 26, 2010

I have installed Canon LBP2900 on Red Hat 5 but it is not printing a single document. Even test page is not printing.

View 2 Replies View Related

Fedora Hardware :: Brother AIO Printer Will Not Print Test Page

May 24, 2011

I've recently installed F15 LXDE RC from the livecd and connected my USB Brother All-In-One MFC-5440cn printer. After following the Brother installation page, the Cups & LPR drivers are installed but when I'm in the cups page (http://localhost:631/admin), the printer will not print a test page or print from any application. The LCD panel on the printer does show 'receiving data' but nothing comes out. The last version of Fedora I had running was F13 and the same printer worked fine.

Are there any other printer drivers I need to install besides the Brothers? The printer does show up in the Print Manager but nothing prints. I did have this same type of issue with Mageia Beta 1 and ended up installing a2ps, which wasn't included in the original print drivers, and it is now printing. So I had to install a2ps with F15 but still no print output. Something must have changed with the recent distros causing this. After looking at the output of dmesg I see this:

Code:
WARNING! power/level is deprecated; use power/control instead
[14.867397] udev-configure-printer[587]: add /devices/pci0000:00/0000:00:13.2/usb1/1-3/1-3.2/1-3.2:1.0
[14.867991] udev-configure-printer[587]: parent devpath is /devices/pci0000:00/0000:00:13.2/usb1/1-3/1-3.2
[14.869115] udev-configure-printer[587]: Device vendor/product is 04F9:016D
[14.880470] udev-configure-printer[587]: MFG:Brother MDL:MFC-5440CN SERN:- serial:BROM5F412304
[14.880520] usbcore: registered new interface driver usblp
[15.902920] udev-configure-printer[587]: failed to connect to CUPS server; giving up .....

Any idea why it's failing to connect to Cups or any idea how to find out? Is it possible to have too many USB devices connected? I'm using a 4 port usb hub in use and also using a usb mouse/keyboard connected.

View 6 Replies View Related

Fedora Servers :: Custom 403 Does Not Work - Test Page Shown ?

Jun 12, 2011

I use .htaccess to deny all ip addresses except certain to an internal wiki on a subdomain.

Code:

If access is denied to the homepage users are shown the Fedora test page instead of my own custom 403 error page. When I go to a page - not home - I see a standard 403 error page.

Code:

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.0.54 (Fedora) Server at wiki.domain.com Port 80. What am I missing here? Seems like my ErrorDocument is not being reached..

View 2 Replies View Related

Ubuntu Servers :: CUPS Printing-Can Print Test Page & Nothing Else?

Mar 22, 2010

I recently built a server from an old box using Ubuntu Server 9.10. This is my first server and I am very new to the server world.I have an Epson Stylus NX400 connected via USB. I have managed to configure it to the point where I can see the printer listed on my client laptop and can print a test page. However, I cannot print anything else. When I access the job history through the CUPS adminI can see that the print jobs were recognized and marked as complete, even though the printer never physically engaged.

View 4 Replies View Related

Hardware :: Network Printer Setup - Eth PC Only Prints Test Page

Jul 22, 2009

I have 2 pc connected to a HP officejet j6480 1 pc connect by usb the other is eth via a router. The eth pc will not print anything but a test page. It it open a print box but won't give a option to print. The other pc is also on the same router. USB print fine.

View 1 Replies View Related

OpenSUSE Network :: Whenever Test Java (using This Page), It Says "Applet Crashed?

Apr 13, 2010

I'm using Opera on openSUSE 11.2, and whenever I test java (using this page), it says "Applet crashed." Is there something special I need to do to get java to work properly?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved