Server :: Run CGI Script From Webpage?

Jan 13, 2011

I removed CYGWIN and installed a Ubuntu 10.10 64bit virtual box and now I have it running, but I still can't get it to run my CGI script from my webpage that i have on Ubuntu platform. I was wondering if there was a certain way that I need to install apache or whatever to get it running correctly.

View 6 Replies


ADVERTISEMENT

Server :: Access The Webpage Created Through Ftp?

Mar 20, 2010

i configured ftp in my server.i just want to access the web page created in server through ftp.ya i can able to access. but the problem is ,it,s showing all the files and folders of the server like Desktop,Documents etc.....

But its just need to show only the site files such as index.html and its sub folders.

i think the problem is because of logging in to the server through ftp as normal user,which is created in server. so i think if we login as ftp user we can able to access only the website files.

how to create ftp users.

View 4 Replies View Related

Server :: Image Not Displaying On Webpage?

Mar 15, 2011

I'm using the "Beginning PHP5, Apache, MySQL Web Development" book from WROX to teach myself these processes. I'm a retired programmer and trying to keep my brain active. I've been able to get through most of the process and get things to work. But getting a picture upload and then display it is killing me. The picture is moved from the initial directory and placed in the destination but will not show on the web page, I get a place holder and all the information about the picture, but no pic. The MySQL is processing all the database stuff .I haven't a clue what is not working, Firefox, Apache or what. I'm running Fedora 14.

Here is the code I'm using:

Code:

upload_image.php
<html>
<head>

[code]....

View 11 Replies View Related

Server :: Access The Webpage Through Apache?

Mar 26, 2010

i have already configured a domain in my server. now i have configured multiple local ip addresses,can i configure a domain for each local ip address. is it possible. if possible how can i access the web page through apache.Because already i am accessing the web page for a pre-configured domain from the path /var/www. if i able to create new domain.From where the apache fetches that index.html file, when requested through browser.

View 5 Replies View Related

Networking :: Launch A Webpage With Vsftpd Ftp Server?

Apr 14, 2011

I'm kinda new to all of this so I believe there's a simple solution for what I need I just don't know how it's done.

So I've configured a vsftpd, ftp server and enabled the anonymous user, therefore when I do

Code:
ftp://my_location.com

a directory like view is displayed in my web browser, corresponding to /srv/ftp where the files for the anonymous account are kept. Now I've made a little web page and I've copied it there, and can be executed running main.html so the address to access the web page would be

Code:
ftp://my_location.com/main.html

My problem is that I don't want anybody to have the possibility to see the directory like display so I'm wondering if when someone does ftp://my_location.com can't this be redirected so it will do ftp://my_location.com/main.html instead?, making the display of files and directories impossible from the ftp://my_location.com

View 7 Replies View Related

Server :: Displaying An Alternate WebPage When Apache Is Down?

Sep 11, 2010

Code:

# service httpd stop
Stopping httpd: [ OK ]
And now we access the web site by typing the URL: http://192.168.56.10/ and the following message, as expected, is displayed:

Code:

This webpage is not available. The webpage at http://192.168.56.10/ might be temporarily down or it may have moved permanently to a new web address. But is there any way to display a different web page or message when we have brought down the Apache Server for maintenance so that a visitor on our web site would not think that we are gone with our bags and baggages...?

View 1 Replies View Related

Server :: Protect Webpage Directories With Passwords?

Jun 27, 2011

To Protect Web Page Directories With Passwords i have done the below configuration but the problem is when i click the linux it is not asking username and password,

Created new account for logging into web interface:

htpasswd -c /etc/httpd/conf/.htpasswd travelkarega
Created a file name .htaccess in /opt/apps/deploy/websites/travelkarega/html/
vi .htaccess
AuthUserFile /etc/httpd/conf/.htpasswd
AuthName "Please enter password"
AuthType Basic
<Limit GET POST>
require user travelkarega
</Limit>

Added these above entries in the file .htaccess

View 1 Replies View Related

Server :: Run A Script On Host Machine From A Webpage?

Jul 26, 2011

it was possible to run a script (something.sh) on a server when a button on a webpage is pressed. I already have Apache set up and I will set up php if I have to.

View 5 Replies View Related

Server :: Set Default Webpage Using SQUID Proxy?

May 5, 2010

I have configured Squid proxy on RHEL 5. Now I want all squid clients to use default website which is set by Squid Proxy Server. So whenever user opens their browser they will visit same website automatically.

View 3 Replies View Related

Server :: Share Files In A Directroy On A Webpage?

Nov 8, 2010

I want to put some files in a directory that other people will be able to access via a web browser, so that they do not need to log in or have an account.

View 1 Replies View Related

CentOS 5 Server :: How To Upload/change The Webpage

Apr 19, 2010

i have a centos server with squirrel mail and sendmail, i have a web page that i want to change for a new one... how can i do it?

View 1 Replies View Related

Server :: How To Play Live Video From USB Webcam On Webpage

May 29, 2010

We have a Centos 5.4 system with V4L installed. xawtv displays the web cam's output fine, but I need to find a way to embed live video from the web cam in a web page (Apache is also installed). I want to play the video in such a way that the viewers do NOT need any special software other than a standard web browser (Firefox, IE, etc.)

View 11 Replies View Related

Server :: Wget Webpage Secured By Username / Password

Feb 18, 2011

I wish to download a webpage, which is secured by username and password, using WGET. The thing is there are many forms on that page and I dont know how to tell WGET which one should it send (by POST method) the parameters. I have solved it till this so far:
wget --post-data="predmet=xxx" --http-user="yyy" --http-password="zzz" [URL]
It gets through the authentication but it will not submit the form.

View 3 Replies View Related

Server :: Change Default Apache Webpage To User Home Page

Aug 9, 2010

I am now using CentOS5 as the server providing Apache services. I have managed to setup the web page under /home/user1/public_html, now I wish to change the default web page of our server to /home/user1/public_html. i tried to modify httpd.conf, in which i changed the "/var/www/" to the above user directory, but didnot work. Please kindly suggest.

View 9 Replies View Related

General :: Webmin Error: Unable To Open A Webpage Even Though Virtual Server In Apache Is Added

Aug 2, 2010

I tried creating a virtual server in apache and it got created successfully. (I also added a zone in dns for that domain successfully) However, when I try opening that domain in my browser, I see a popup window which asks me what to do with "default" which is a php file type.

I dont see the index.php which should actually open. What do I do to make the php files display correctly?

View 2 Replies View Related

Server :: Insert "show Interface Status" Output To A Client Side Webpage?

Nov 16, 2010

I need to show an output of the command "show interface status" executed on a server side in new window on client side. In other words: on client side web browser page I would like to have a link which I can click and get output of command "show interface ... status" in a new window. On web server script has to connect to switch/router, execute this command and send output to client window.

where to look, and, may be explain, what can be better for this purpose? I need a clue, because I have newer done it before. It should not be snmp, because I want to view many different outputs and snmp wont help me.

View 2 Replies View Related

Fedora :: Play An Url In A Webpage?

Aug 15, 2009

I'm trying to play a url in a web page creted by me but it requires a plugin wich i dont what is the url is pt.delicast.com/radio/trance/TranceFM_DJ

if i play directly from the browser accessing to that url i have success but if i open my web page doesn't work

View 2 Replies View Related

Fedora :: Allow To Design A Webpage Using A GUI?

Apr 30, 2010

Is there a website builder for Fedora 12 that will allow me to design a webpage using a GUI, and then produce the relevant html code from that?I'd like something that would allow me to create, move and resize several <div>'s on the page, and update the code as well. Then allow me to drop text or graphical elements into those <div>'sAt the moment I'm looking into KompoZer, which runs on F12 OK.

View 3 Replies View Related

General :: Use A Webpage As Screensaver?

Mar 16, 2010

Is there an easy way to use a web page as a screen saver under Linux? preferably without allowing any interaction with whats presented.

I'd like idle admin desktops to show our network monitoring page.

View 1 Replies View Related

Ubuntu :: Convert Webpage To Pdf?

Apr 1, 2010

how to convert webpage to pdf?

I've tried the command:

$ wkhtmltopdf linuxandfriends.com linuxandfriends.pdf

but it shows:

xxx@xxx-desktop:~$ $ wkhtmltopdf linuxandfriends.com linuxandfriends.pdf
bash: $: command not found

View 4 Replies View Related

Ubuntu :: How To View Webpage

Apr 23, 2010

I have just started to learn abit about websites so I thought I would learn from internet, I have followed w3schools.com I have done what they said infact I copied and pasted in to ooo saved as index.html my problem is how do i view it, I opened firefox opened index file but allit shows is what I pasted not showing up as web page any help pointing me in right direction.

View 9 Replies View Related

Ubuntu :: Firefox Use So Much CPU In A Webpage

May 20, 2010

I have kubuntu Lucid. When I open this webpage: [URL] My firefox use a lot of CPU.

View 5 Replies View Related

General :: Nic - Keeps Saying That Webpage Cannot Be Displayed

May 24, 2010

Im having issues to connecting to my network and it continues to not connect and keeps saying that webpage cannot be displayed....i have other computers here that connect just find....i was wondering is there a command like ipconfig or something

View 1 Replies View Related

Networking :: Sometimes Not All Of A Webpage Loads?

Apr 24, 2011

I suspect the network card but I could be wrong.

Sometimes it doesn't load all of a webpage. In Firefox this results in only some of the page being displayed. In konqueror I get the "Connection to host www.page.invalid is broken" error message. The computer was doing this when running Opensuse 11.3 and continues to do it when running a clean install of Opensuse 11.4. I haven't tried a live CD of Ubuntu or something but that might be worth a go.

View 5 Replies View Related

Programming :: How To Stream Webpage

Sep 30, 2010

I need to stream a webpage to my application and i tried something like this but i get segmentation faults. Is there any example in c and/or gtk that i can peek on.

View 2 Replies View Related

Ubuntu :: Unblock A Webpage In 10.04?

Aug 4, 2010

I inadvertently blocked a web page and get the following message when I try to open it using Firefox.

"The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete. * This problem can sometimes be caused by disabling or refusing to accept cookies."

I can change users and access the web page or change computers. No other websites were affected. Is there a way in Ubuntu or Gnome to unblock a website to accept cookies?

View 6 Replies View Related

Fedora :: How To Save Audio From Webpage

Jun 29, 2010

I want to extract the audio from the following page.[URL] how i can do it?

View 6 Replies View Related

Fedora :: Different Webpage Shortcut For Different Browsers?

Jan 8, 2011

I am using FC12 to view television shows I miss with the Adobe Flash plugin in both Google Chrome and Firefox. Certain network pages will work with Chrome but not Firefox and vice versa. For simplicity, I would like to create shortcut / links to the different show websites we watch, but I don't know how to direct one link to use Chrome and another to use Firefox. Is this even possible (I haven't explored it much myself)?

View 3 Replies View Related

Fedora :: Looking For Webpage Development Program?

Jul 5, 2011

I am trying to find a program similar to microsoft's front page (wysiswyg) web-page development. then I will no longer have need of Mr Gates operating system.

View 9 Replies View Related

OpenSUSE :: Getting A PDF Viewer To Open From A Webpage?

Jan 23, 2011

In December I finally filled up my root partition and broke Suse 11.1. I therefore resized my partitions and installed Suse 11.3 on /root. I didn't not touch my /home partition.

When I click on a PDF file from a webpage, it opens it with GIMP, seems rather excessive to me. How do I open the file with Okular. I haven't been able to Google this as I am not sure what it is called. Is this 'file association' or 'application association'?

View 3 Replies View Related







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