apache

Asked by David Jones

how to configure apache using wireless with following settings.
machine@machine-desktop:~$ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
    link/ether 00:11:d8:67:ae:25 brd ff:ff:ff:ff:ff:ff
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether 00:1a:70:ac:79:c7 brd ff:ff:ff:ff:ff:ff
    inet 10.0.0.6/24 brd 10.0.0.255 scope global wlan0
    inet6 fe80::21a:70ff:feac:79c7/64 scope link
       valid_lft forever preferred_lft forever
If more info is needed please ask.
Thanking you all in advance.

  David
  in TN

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu apache2 Edit question
Assignee:
No assignee Edit question
Solved by:
David Jones
Solved:
Last query:
Last reply:
Revision history for this message
A. Denton (aquina) said :
#1

You're using IPv6 which is not so good in LAN in comparison to IPv4. Check your apache configuration file and add the listening interface adress. Familarize yourself with the pache configuration file(s) and directives.

Revision history for this message
Cristi Nistor (cristi-nistor) said :
#2

What exactly you want to do with apache http server? You want to use to access only localhost via http (in a web browswer)?
Under /etc/apache2/ folder you can find sites-available and sites-enabled folder in which you can put the configuration file for your virtual hosts. Also the ports.conf file contains the configuration for listening ports (port 80 for http and 443 for https).

Revision history for this message
David Jones (dj) said :
#3

I am wanting to be able to access my files remotely also soon to host a small web site

Revision history for this message
A. Denton (aquina) said :
#4

David, this is not a Ubuntu specific question and maybe even beyond the scope of what Launchpad is for. Don't get me wrong but there are literally thousands of resources online which guide people through the installation, configuration and (secure) operation of webservers like for e.g. Apache. ;-)

Revision history for this message
David Jones (dj) said :
#5

A. Denton I am sorry this is not a question that suites your definition of an "Ubuntu" specific question!
 I will mark it solved hope this meets with your approval!

   David
   in TN