Can I change the background of the blog?
Getting on the internet.
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What can I do?
• What to Read?
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Зарегистрируйся!

QAIX > Apache HTTP Server > Getting on the internet. 24 December 2003 18:26:45

  Recent blog posts: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Moderators:

Getting on the internet.

Ola Ogunneye 24 December 2003 18:26:45
 I had configured my apache installation to the letter of the
installation instruction. I can see successful installation and I have
gone on to install other applications on top of it.

My problem is that during my installation, I had put the value for
servername as atb.atb-associates.­com:80 at least that is what is showing
in my httpd.conf file.

I have now finished my first site using mysql, php and weblog
application. However the name of my site is feyiola.com.

Is there anything that I need to change in httpd.conf in order to get
myself on the internet. I am able to view my site when I look locally on
my webserver, but I am having problem over the internet. So I am
troubleshooting from the beginning and since Apache was my first
install, I wanted to clarify that it is not the problem.

So does my servername have a bearing on my internet connection.

There is no where in my httpd.conf file that references my website url -
www.feyiola.com

Does it matter?

Please help and thanks in advance

Ola
Add comment
Jonas Eckerman 24 December 2003 17:25:16 permanent link ]
 On Wed, 24 Dec 2003 08:38:17 -0500, Ola Ogunneye wrote:
There is no where in my httpd.conf file that references my website> url - www.feyiola.com

But, it's so easy to change. Is there any special reason why you don't just change the ServerName in httpd.conf to www.feyiola.com if that is what it should be?
Does it matter?

That depends on your setup, what CGI and/or PHP-scripts you use, etc, etc.

Regards
/Jonas

PS. You still have some broken images (they reference stuff on http://localhost/).­

--
Jonas Eckerman, jonas_lists@frukt.o­rg
http://www.fsdb.org­/


-------------------­--------------------­--------------------­----------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.a­pache.org/userslist.­html> for more info.
To unsubscribe, e-mail: users-unsubscribe@h­ttpd.apache.org
" from the digest: users-digest-unsubs­cribe@httpd.apache.o­rg
For additional commands, e-mail: users-help@httpd.ap­ache.org


Add comment
Agftech Lists 24 December 2003 17:26:22 permanent link ]
 It would help to know more about your httpd.conf, if you don't mind
showing it to other mailinglist users to help you quicker.

Would like to mention that the ServerName should be set to feyiola.com
The ServerName that you have right now does not need to have :80 at the
end. The port should be specified with the Port keyword in the
httpd.conf

Setting up VirtualHost is what you might want to do if you want the same
website with two different ServerName (s) - for internal and external
IP(s)

Good Luck
Aman Raheja


On Wed, 2003-12-24 at 07:38, Ola Ogunneye wrote:> I had configured my apache installation to the letter of the> installation instruction. I can see successful installation and I have> gone on to install other applications on top of it.>
My problem is that during my installation, I had put the value for> servername as atb.atb-associates.­com:80 at least that is what is> showing in my httpd.conf file.>
I have now finished my first site using mysql, php and weblog> application. However the name of my site is feyiola.com.>
Is there anything that I need to change in httpd.conf in order to get> myself on the internet. I am able to view my site when I look locally> on my webserver, but I am having problem over the internet. So I am> troubleshooting from the beginning and since Apache was my first> install, I wanted to clarify that it is not the problem.>
So does my servername have a bearing on my internet connection.>
There is no where in my httpd.conf file that references my website url> - www.feyiola.com>
Does it matter?>
Please help and thanks in advance>

___________________­___
Aman Raheja
AGF Technologies
http://www.agftech.­com
___________________­___


-------------------­--------------------­--------------------­----------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.a­pache.org/userslist.­html> for more info.
To unsubscribe, e-mail: users-unsubscribe@h­ttpd.apache.org
" from the digest: users-digest-unsubs­cribe@httpd.apache.o­rg
For additional commands, e-mail: users-help@httpd.ap­ache.org


Add comment
Ola Ogunneye 24 December 2003 18:26:45 permanent link ]
 Thanks, the httpd.conf is copied below without the loadmodule
directives... And I stripped it to all the uncommented items... Like you
said, the servername will be changed to www.feyiola.com and hopefully
this will help. The goal was to have virtualhost, but I wanted to see
that at least one woks before delving into more advanced stuff.

Thanks you all for all your help



ServerRoot "E:/Apache/Apache2"­
PidFile logs/httpd.pid

Timeout 300

KeepAlive On

MaxKeepAliveRequest­s 100

KeepAliveTimeout 15

<IfModule mpm_winnt.c>
ThreadsPerChild 250
MaxRequestsPerChild­ 0
</IfModule>

Listen 80

ServerAdmin ola_one@yahoo.com

ServerName atb.atb-associates.­com:80

UseCanonicalName Off

DocumentRoot "E:/Apache/Apache2/­htdocs/feyiola_publi­c"

<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>

<Directory "E:/Apache/Apache2/­htdocs/feyiola_publi­c">

Options Indexes FollowSymLinks

AllowOverride None
Order allow,deny
Allow from all

</Directory>

UserDir "My Documents/My Website"

AccessFileName .htaccess

<Files ~ "^\.ht">
Order allow,deny
Deny from all
</Files>

TypesConfig conf/mime.types

DefaultType text/plain

<IfModule mod_mime_magic.c>
MIMEMagicFile conf/magic
</IfModule>

HostnameLookups Off

ErrorLog logs/error.log

LogLevel warn

LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\""­ combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent

CustomLog logs/access.log common

ServerTokens Full

ServerSignature On

Alias /icons/ "E:/Apache/Apache2/­icons/"

<Directory "E:/Apache/Apache2/­icons">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>

AliasMatch ^/manual(?:/(?:de|e­n|fr|ja|ko|ru))?(/.*­)?$
"D:/Apache/Apache2/­manual$1"

<Directory "E:/Apache/Apache2/­manual">
Options Indexes
AllowOverride None
Order allow,deny
Allow from all

<Files *.html>
SetHandler type-map
</Files>

SetEnvIf Request_URI ^/manual/de/ prefer-language=de
SetEnvIf Request_URI ^/manual/en/ prefer-language=en
SetEnvIf Request_URI ^/manual/fr/ prefer-language=fr
SetEnvIf Request_URI ^/manual/ja/ prefer-language=ja
SetEnvIf Request_URI ^/manual/ko/ prefer-language=ko
SetEnvIf Request_URI ^/manual/ru/ prefer-language=ru
RedirectMatch 301 ^/manual(?:/(de|en|­fr|ja|ko|ru)){2,}(/.­*)?$
/manual/$1$2
</Directory>

ScriptAlias /cgi-bin/ "E:/Apache/Apache2/­cgi-bin/"

<Directory "E:/Apache/Apache2/­cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>

IndexOptions FancyIndexing VersionSort

AddIconByEncoding (CMP,/icons/compres­sed.gif) x-compress x-gzip

AddIconByType (TXT,/icons/text.gi­f) text/*
AddIconByType (IMG,/icons/image2.­gif) image/*
AddIconByType (SND,/icons/sound2.­gif) audio/*
AddIconByType (VID,/icons/movie.g­if) video/*

AddIcon /icons/binary.gif .bin .exe
AddIcon /icons/binhex.gif .hqx
AddIcon /icons/tar.gif .tar
AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
AddIcon /icons/compressed.g­if .Z .z .tgz .gz .zip
AddIcon /icons/a.gif .ps .ai .eps
AddIcon /icons/layout.gif .html .shtml .htm .pdf
AddIcon /icons/text.gif .txt
AddIcon /icons/c.gif .c
AddIcon /icons/p.gif .pl .py
AddIcon /icons/f.gif .for
AddIcon /icons/dvi.gif .dvi
AddIcon /icons/uuencoded.gi­f .uu
AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
AddIcon /icons/tex.gif .tex
AddIcon /icons/bomb.gif core

AddIcon /icons/back.gif ..
AddIcon /icons/hand.right.g­if README
AddIcon /icons/folder.gif ^^DIRECTORY^^
AddIcon /icons/blank.gif ^^BLANKICON^^

DefaultIcon /icons/unknown.gif

ReadmeName README.html
HeaderName HEADER.html

IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t

AddLanguage da .dk
AddLanguage nl .nl
AddLanguage en .en
AddLanguage et .et
AddLanguage fr .fr
AddLanguage de .de
AddLanguage he .he
AddLanguage el .el
AddLanguage it .it
AddLanguage ja .ja
AddLanguage pl .po
AddLanguage ko .ko
AddLanguage pt .pt
AddLanguage nn .nn
AddLanguage no .no
AddLanguage pt-br .pt-br
AddLanguage ltz .ltz
AddLanguage ca .ca
AddLanguage es .es
AddLanguage sv .sv
AddLanguage cs .cz .cs
AddLanguage ru .ru
AddLanguage zh-CN .zh-cn
AddLanguage zh-TW .zh-tw
AddLanguage hr .hr


LanguagePriority en da nl et fr de el it ja ko no pl pt pt-br ltz ca es
sv tw

ForceLanguagePriori­ty Prefer Fallback

AddDefaultCharset ISO-8859-1

AddCharset ISO-8859-1 .iso8859-1 .latin1
AddCharset ISO-8859-2 .iso8859-2 .latin2 .cen
AddCharset ISO-8859-3 .iso8859-3 .latin3
AddCharset ISO-8859-4 .iso8859-4 .latin4
AddCharset ISO-8859-5 .iso8859-5 .latin5 .cyr .iso-ru
AddCharset ISO-8859-6 .iso8859-6 .latin6 .arb
AddCharset ISO-8859-7 .iso8859-7 .latin7 .grk
AddCharset ISO-8859-8 .iso8859-8 .latin8 .heb
AddCharset ISO-8859-9 .iso8859-9 .latin9 .trk
AddCharset ISO-2022-JP .iso2022-jp .jis
AddCharset ISO-2022-KR .iso2022-kr .kis
AddCharset ISO-2022-CN .iso2022-cn .cis
AddCharset Big5 .Big5 .big5
# For russian, more than one charset is used (depends on client,
mostly):
AddCharset WINDOWS-1251 .cp-1251 .win-1251
AddCharset CP866 .cp866
AddCharset KOI8-r .koi8-r .koi8-ru
AddCharset KOI8-ru .koi8-uk .ua
AddCharset ISO-10646-UCS-2 .ucs2
AddCharset ISO-10646-UCS-4 .ucs4
AddCharset UTF-8 .utf8

AddCharset GB2312 .gb2312 .gb
AddCharset utf-7 .utf7
AddCharset utf-8 .utf8
AddCharset big5 .big5 .b5
AddCharset EUC-TW .euc-tw
AddCharset EUC-JP .euc-jp
AddCharset EUC-KR .euc-kr
AddCharset shift_jis .sjis

AddType application/x-tar .tgz
AddType image/x-icon .ico

AddHandler type-map var


BrowserMatch "Mozilla/2" nokeepalive
BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0
force-response-1.0
BrowserMatch "RealPlayer 4\.0" force-response-1.0
BrowserMatch "Java/1\.0" force-response-1.0
BrowserMatch "JDK/1\.0" force-response-1.0

BrowserMatch "Microsoft Data Access Internet Publishing Provider"
redirect-carefully
BrowserMatch "^WebDrive" redirect-carefully
BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
BrowserMatch "^gnome-vfs" redirect-carefully

<IfModule mod_ssl.c>
Include conf/ssl.conf
</IfModule>

lists@agftech.com 12/24/03 09:26AM >>>
It would help to know more about your httpd.conf, if you don't mind
showing it to other mailinglist users to help you quicker.

Would like to mention that the ServerName should be set to feyiola.com

The ServerName that you have right now does not need to have :80 at
the
end. The port should be specified with the Port keyword in the
httpd.conf

Setting up VirtualHost is what you might want to do if you want the
same
website with two different ServerName (s) - for internal and external
IP(s)

Good Luck
Aman Raheja


On Wed, 2003-12-24 at 07:38, Ola Ogunneye wrote:> I had configured my apache installation to the letter of the> installation instruction. I can see successful installation and I
have> gone on to install other applications on top of it.>
My problem is that during my installation, I had put the value for> servername as atb.atb-associates.­com:80 at least that is what is> showing in my httpd.conf file.>
I have now finished my first site using mysql, php and weblog> application. However the name of my site is feyiola.com.>
Is there anything that I need to change in httpd.conf in order to
myself on the internet. I am able to view my site when I look
locally> on my webserver, but I am having problem over the internet. So I am> troubleshooting from the beginning and since Apache was my first> install, I wanted to clarify that it is not the problem.>
So does my servername have a bearing on my internet connection.>
There is no where in my httpd.conf file that references my website
Does it matter?>
Please help and thanks in advance>

___________________­___
Aman Raheja
AGF Technologies
http://www.agftech.­com
___________________­___


-------------------­--------------------­--------------------­----------
The official User-To-User support forum of the Apache HTTP Server
Project.
See <URL:http://httpd.a­pache.org/userslist.­html> for more info.
To unsubscribe, e-mail: users-unsubscribe@h­ttpd.apache.org
" from the digest: users-digest-unsubs­cribe@httpd.apache.o­rg
For additional commands, e-mail: users-help@httpd.ap­ache.org



-------------------­--------------------­--------------------­----------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.a­pache.org/userslist.­html> for more info.
To unsubscribe, e-mail: users-unsubscribe@h­ttpd.apache.org
" from the digest: users-digest-unsubs­cribe@httpd.apache.o­rg
For additional commands, e-mail: users-help@httpd.ap­ache.org


Add comment
 

Add new comment

As:
Login:  Password:  
 
 
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или УК РФ.


QAIX > Apache HTTP Server > Getting on the internet. 24 December 2003 18:26:45

see also:
My first DHTML menu
sorry ... total noob rollover debug
ttw wysiwyg editors
пройди тесты:
Do you really know yourself?
see also:
Тест: Do you really know yourself?i...
how are you, people?
And it again I! I spoke, that I shall…

  Copyright © 2001—2008 QAIX
Idea: Miсhael Monashev
Помощь и задать вопросы можно в сообществе support.qaix.com.
Сообщения об ошибках оставляем в сообществе bugs.qaix.com.
Предложения и комментарии пишем в сообществе suggest.qaix.com.
Информация для родителей.
Write us at:
If you would like to report an abuse of our service, such as a spam message, please .