Sponsored Content
Full Discussion: Accessing a HTML page
Top Forums UNIX for Dummies Questions & Answers Accessing a HTML page Post 302276650 by Ikon on Wednesday 14th of January 2009 09:44:55 AM
Old 01-14-2009
Depends on how apache is setup.

Try this directory, or something similar.

/var/www/html



If that exists put you html file there.
Code:
mv /export/home/myname/test.html /var/www/html

Then in your browser:

{ipaddress}/test.html
or
{domainname}/test.html
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Accessing Web Page

Hello, I am new to unix, but wanted to know how can we fetch data from a web page (i.e. an HTML Page), my requirement is to read an html page and wanted to create a flat file (text file) based on the contents available in the mentioned HTML page. Thanks Imtiaz (3 Replies)
Discussion started by: Imtiaz
3 Replies

2. UNIX for Dummies Questions & Answers

Accessing a log file from html, coldfusion script

I have a question. I am not even sure if it can be done. But if it could be then I would needs a lot of help. ok, I work for a software company and we have a store. The store log files are in a unix server and the log file is dynamically updated everytime some error occurs in the store. So we often... (1 Reply)
Discussion started by: skrules
1 Replies

3. Solaris

Accessing a HTML page

Hi All, In our unix server we have an apache web server running. I can access the default apache web page from my windows machine. Now, I want to create my own webpage. Therefore I created webpage at /export/home/myname/test.html file. Where do I need to place this file and what do I need... (0 Replies)
Discussion started by: pkm_oec
0 Replies

4. Web Development

findstr in html page

I am planning to create an html page that will count number of connected ports, challenge for me is how to put it in a page. Thanks! (1 Reply)
Discussion started by: webmunkey23
1 Replies

5. Web Development

How to auto update html page

is there any way to auto update html page. I created html page entry.html, whenever i change in html script i need to refresh my page. If not in html, can we do this in any other language and how? (2 Replies)
Discussion started by: RohitKJ
2 Replies

6. UNIX for Dummies Questions & Answers

Publishing HTML Page

Hi All, Thanks for reading. I am not sure if I am asking this in the correct group. But here it goes: There is a shell script which does some system checks and creates an html file called system_summary.html on my Red Hat machine say in /reports directory every hour. Now I want to view it... (1 Reply)
Discussion started by: deepakgang
1 Replies

7. Red Hat

Publishing HTML Page

Hi All, Thanks for reading. I am not sure if I am asking this in the correct group. But here it goes: There is a shell script which does some system checks and creates an html file called system_summary.html on my Red Hat machine say in /reports directory every hour. Now I want to view it... (6 Replies)
Discussion started by: deepakgang
6 Replies

8. Shell Programming and Scripting

How to extract url from html page?

for example, I have an html file, contain <a href="http://awebsite" id="awebsite" class="first">website</a>and sometime a line contains more then one link, for example <a href="http://awebsite" id="awebsite" class="first">website</a><a href="http://bwebsite" id="bwebsite"... (36 Replies)
Discussion started by: 14th
36 Replies

9. Shell Programming and Scripting

Accessing the html page

Hi All, In our unix server we have an apache web server running. Now, I want to create my own webpage. Therefore I created webpage at /export/home/test.html file. Where do I need to place this file and what do I need mention this page in my web browser to access it. Without apache... (1 Reply)
Discussion started by: Arasu
1 Replies
GPROSTATS(8)						 proftpd statistics generator tool					      GPROSTATS(8)

NAME
gprostats - statistics generator tool for proftpd SYNOPSIS
gprostats [-c FILE] [-html PATH] [-w FILE] [-x FILE] gprostats [-help] DESCRIPTION
gprostats is a staticics generator tool for proftpd. It takes all users in proftpd.conf and if one if those users exists in the xferlog those ul/dl stats gets added to that user. The statistics are sorted by top 10 ul and dl. It can generate html output and welcome messages for all users that are currently listed in proftpd.conf. OPTIONS
-c FILE Specifies alternative location of the proftpd configuration file. Default is /etc/proftpd/proftpd.conf. -help Shows help. -html PATH Make a html ftp statistics page in the specified location, e.g. /var/www/html/ftp.htm. -w FILE Make welcome messages for all ftpusers with this name. Default is welcome.msg. -x FILE Specifies alternative location of the proftpd log file. Default is /usr/var/log/xferlog. If neither of the -w or -html flags are used it will just print the results to the screen. Only uploads and downloads above 1023 Bytes are counted. HOMEPAGE
More information about gadmin-proftpd and the gadmintools project can be found at <http://www.gadmintools.org/>. AUTHOR
gadmin-proftpd was written by Magnus Loef <magnus-swe@telia.com>. This manual page was written by Daniel Baumann <daniel@debian.org>, for the Debian project (but may be used by others). 0.3.9 2010-03-14 GPROSTATS(8)
All times are GMT -4. The time now is 04:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy