abonnement Unibet Coolblue
pi_113603448
quote:
0s.gif Op zaterdag 30 juni 2012 18:43 schreef NightH4wk het volgende:
Wordt de module geladen in je httpd.conf?
hoe check je dat? :@
pi_113603655
Stap 1 is uitzoeken waar de file httpd.conf zich bevindt. Stap 2 is de file bekijken, bijvoorbeeld met cat.
pi_113604032
quote:
4s.gif Op zaterdag 30 juni 2012 19:56 schreef gogosweden het volgende:

[..]

hoe check je dat? :@
locate httpd.conf

En dan even bekijken idd.
pi_113604046
File is helemaal leeg.
pi_113605023
apachectl -V
pi_113605434
quote:
0s.gif Op zaterdag 30 juni 2012 20:38 schreef NightH4wk het volgende:
apachectl -V
moet ik dat hier in pasten?
pi_113605461
quote:
4s.gif Op zaterdag 30 juni 2012 20:50 schreef gogosweden het volgende:

[..]

moet ik dat hier in pasten?
Wat bedoel je? In de output kan je zien welke httpd.conf hij gebruikt en waar deze staat.
pi_113605577
quote:
0s.gif Op zaterdag 30 juni 2012 20:51 schreef NightH4wk het volgende:

[..]

Wat bedoel je? In de output kan je zien welke httpd.conf hij gebruikt en waar deze staat.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Server version: Apache/2.2.22 (Ubuntu)
Server built:   Feb 13 2012 01:37:27
Server's Module Magic Number: 20051115:30
Server loaded:  APR 1.4.6, APR-Util 1.3.12
Compiled using: APR 1.4.5, APR-Util 1.3.12
Architecture:   32-bit
Server MPM:     Prefork
  threaded:     no
    forked:     yes (variable process count)
Server compiled with....
 -D APACHE_MPM_DIR="server/mpm/prefork"
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
 -D APR_USE_SYSVSEM_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D DYNAMIC_MODULE_LIMIT=128
 -D HTTPD_ROOT="/etc/apache2"
 -D SUEXEC_BIN="/usr/lib/apache2/suexec"
 -D DEFAULT_PIDLOG="/var/run/apache2.pid"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_LOCKFILE="/var/run/apache2/accept.lock"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="mime.types"
 -D SERVER_CONFIG_FILE="apache2.conf"

volgens deze staat hij in /etc/apache2

als ik die conf file dan open met nano zegt nano [read 0 lines]
pi_113605666
/etc/apache2/apache2.conf

Die dus? Of kijk of er ergens een default apache2/httpd.conf ergens staat (met locate) en kopieer die.
pi_113605737
quote:
0s.gif Op zaterdag 30 juni 2012 20:57 schreef NightH4wk het volgende:
/etc/apache2/apache2.conf

Die dus? Of kijk of er ergens een default apache2/httpd.conf ergens staat (met locate) en kopieer die.
die httpd.conf staat alleen in /etc/apache2

Waar moet ik precies op letten in de apache2.conf ?
pi_113605794
quote:
4s.gif Op zaterdag 30 juni 2012 20:59 schreef gogosweden het volgende:

[..]

die httpd.conf staat alleen in /etc/apache2

Waar moet ik precies op letten in de apache2.conf ?
Die /etc/apache2/apache2.conf bestaat dus en heeft informatie?

Bij die LoadModule sectie (is een hele lijst) kijken of hij python laadt.
pi_113605910
quote:
0s.gif Op zaterdag 30 juni 2012 21:01 schreef NightH4wk het volgende:

[..]

Die /etc/apache2/apache2.conf bestaat dus en heeft informatie?

Bij die LoadModule sectie (is een hele lijst) kijken of hij python laadt.
ja.

die LoadModule sectie staat er niet in ;(
( ook voor de zekerheid de zoekfunctie nog gebruikt in nano )

EDIT:

ik zag wel dit:


# Include module configuration:
Include mods-enabled/*.load
Include mods-enabled/*.conf
pi_113605983
quote:
4s.gif Op zaterdag 30 juni 2012 21:05 schreef gogosweden het volgende:

[..]

ja.

die LoadModule sectie staat er niet in ;(
( ook voor de zekerheid de zoekfunctie nog gebruikt in nano )

EDIT:

ik zag wel dit:

# Include module configuration:
Include mods-enabled/*.load
Include mods-enabled/*.conf

Welke files staan er in die dirs?
pi_113606112
quote:
0s.gif Op zaterdag 30 juni 2012 21:07 schreef NightH4wk het volgende:

[..]

Welke files staan er in die dirs?
in de mods-availble staan deze:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
lrwxrwxrwx 1 root root 28 Jun 25 18:14 alias.conf -> ../mods-available/alias.conf
lrwxrwxrwx 1 root root 28 Jun 25 18:14 alias.load -> ../mods-available/alias.load
lrwxrwxrwx 1 root root 33 Jun 25 18:14 auth_basic.load -> ../mods-available/auth_basic.load
lrwxrwxrwx 1 root root 33 Jun 25 18:14 authn_file.load -> ../mods-available/authn_file.load
lrwxrwxrwx 1 root root 36 Jun 25 18:14 authz_default.load -> ../mods-available/authz_default.load
lrwxrwxrwx 1 root root 38 Jun 25 18:14 authz_groupfile.load -> ../mods-available/authz_groupfile.load
lrwxrwxrwx 1 root root 33 Jun 25 18:14 authz_host.load -> ../mods-available/authz_host.load
lrwxrwxrwx 1 root root 33 Jun 25 18:14 authz_user.load -> ../mods-available/authz_user.load
lrwxrwxrwx 1 root root 32 Jun 25 18:14 autoindex.conf -> ../mods-available/autoindex.conf
lrwxrwxrwx 1 root root 32 Jun 25 18:14 autoindex.load -> ../mods-available/autoindex.load
lrwxrwxrwx 1 root root 26 Jun 25 18:14 cgi.load -> ../mods-available/cgi.load
lrwxrwxrwx 1 root root 30 Jun 25 18:14 deflate.conf -> ../mods-available/deflate.conf
lrwxrwxrwx 1 root root 30 Jun 25 18:14 deflate.load -> ../mods-available/deflate.load
lrwxrwxrwx 1 root root 26 Jun 25 18:14 dir.conf -> ../mods-available/dir.conf
lrwxrwxrwx 1 root root 26 Jun 25 18:14 dir.load -> ../mods-available/dir.load
lrwxrwxrwx 1 root root 26 Jun 25 18:14 env.load -> ../mods-available/env.load
lrwxrwxrwx 1 root root 27 Jun 25 18:14 mime.conf -> ../mods-available/mime.conf
lrwxrwxrwx 1 root root 27 Jun 25 18:14 mime.load -> ../mods-available/mime.load
lrwxrwxrwx 1 root root 34 Jun 25 18:14 negotiation.conf -> ../mods-available/negotiation.conf
lrwxrwxrwx 1 root root 34 Jun 25 18:14 negotiation.load -> ../mods-available/negotiation.load
lrwxrwxrwx 1 root root 27 Jun 25 18:14 php5.conf -> ../mods-available/php5.conf
lrwxrwxrwx 1 root root 27 Jun 25 18:14 php5.load -> ../mods-available/php5.load
lrwxrwxrwx 1 root root 29 Jun 30 14:01 python.load -> ../mods-available/python.load
lrwxrwxrwx 1 root root 33 Jun 25 18:14 reqtimeout.conf -> ../mods-available/reqtimeout.conf
lrwxrwxrwx 1 root root 33 Jun 25 18:14 reqtimeout.load -> ../mods-available/reqtimeout.load
lrwxrwxrwx 1 root root 31 Jun 25 18:14 setenvif.conf -> ../mods-available/setenvif.conf
lrwxrwxrwx 1 root root 31 Jun 25 18:14 setenvif.load -> ../mods-available/setenvif.load
lrwxrwxrwx 1 root root 29 Jun 25 18:14 status.conf -> ../mods-available/status.conf
lrwxrwxrwx 1 root root 29 Jun 25 18:14 status.load -> ../mods-available/status.load

in die mods-enabled staan deze:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
lrwxrwxrwx 1 root root 28 Jun 25 18:14 alias.conf -> ../mods-available/alias.conf
lrwxrwxrwx 1 root root 28 Jun 25 18:14 alias.load -> ../mods-available/alias.load
lrwxrwxrwx 1 root root 33 Jun 25 18:14 auth_basic.load -> ../mods-available/auth_basic.load
lrwxrwxrwx 1 root root 33 Jun 25 18:14 authn_file.load -> ../mods-available/authn_file.load
lrwxrwxrwx 1 root root 36 Jun 25 18:14 authz_default.load -> ../mods-available/authz_default.load
lrwxrwxrwx 1 root root 38 Jun 25 18:14 authz_groupfile.load -> ../mods-available/authz_groupfile.load
lrwxrwxrwx 1 root root 33 Jun 25 18:14 authz_host.load -> ../mods-available/authz_host.load
lrwxrwxrwx 1 root root 33 Jun 25 18:14 authz_user.load -> ../mods-available/authz_user.load
lrwxrwxrwx 1 root root 32 Jun 25 18:14 autoindex.conf -> ../mods-available/autoindex.conf
lrwxrwxrwx 1 root root 32 Jun 25 18:14 autoindex.load -> ../mods-available/autoindex.load
lrwxrwxrwx 1 root root 26 Jun 25 18:14 cgi.load -> ../mods-available/cgi.load
lrwxrwxrwx 1 root root 30 Jun 25 18:14 deflate.conf -> ../mods-available/deflate.conf
lrwxrwxrwx 1 root root 30 Jun 25 18:14 deflate.load -> ../mods-available/deflate.load
lrwxrwxrwx 1 root root 26 Jun 25 18:14 dir.conf -> ../mods-available/dir.conf
lrwxrwxrwx 1 root root 26 Jun 25 18:14 dir.load -> ../mods-available/dir.load
lrwxrwxrwx 1 root root 26 Jun 25 18:14 env.load -> ../mods-available/env.load
lrwxrwxrwx 1 root root 27 Jun 25 18:14 mime.conf -> ../mods-available/mime.conf
lrwxrwxrwx 1 root root 27 Jun 25 18:14 mime.load -> ../mods-available/mime.load
lrwxrwxrwx 1 root root 34 Jun 25 18:14 negotiation.conf -> ../mods-available/negotiation.conf
lrwxrwxrwx 1 root root 34 Jun 25 18:14 negotiation.load -> ../mods-available/negotiation.load
lrwxrwxrwx 1 root root 27 Jun 25 18:14 php5.conf -> ../mods-available/php5.conf
lrwxrwxrwx 1 root root 27 Jun 25 18:14 php5.load -> ../mods-available/php5.load
lrwxrwxrwx 1 root root 29 Jun 30 14:01 python.load -> ../mods-available/python.load
lrwxrwxrwx 1 root root 33 Jun 25 18:14 reqtimeout.conf -> ../mods-available/reqtimeout.conf
lrwxrwxrwx 1 root root 33 Jun 25 18:14 reqtimeout.load -> ../mods-available/reqtimeout.load
lrwxrwxrwx 1 root root 31 Jun 25 18:14 setenvif.conf -> ../mods-available/setenvif.conf
lrwxrwxrwx 1 root root 31 Jun 25 18:14 setenvif.load -> ../mods-available/setenvif.load
lrwxrwxrwx 1 root root 29 Jun 25 18:14 status.conf -> ../mods-available/status.conf
lrwxrwxrwx 1 root root 29 Jun 25 18:14 status.load -> ../mods-available/status.load
pi_113606270
Ok, hij wordt dus iig geladen.

http://www.howtoforge.com(...)d_python-debian-etch

AddHandler oid erbij?
pi_113606742
quote:
0s.gif Op zaterdag 30 juni 2012 21:16 schreef NightH4wk het volgende:
Ok, hij wordt dus iig geladen.

http://www.howtoforge.com(...)d_python-debian-etch

AddHandler oid erbij?
hmm. die test.py werkt wel. en in die website van mij zie ik nu in plaats van die codes alleen maar een blank veld.

we komen dichterbij iig.
  dinsdag 3 juli 2012 @ 14:25:41 #43
45457 NightH4wk
Semper Fi!
pi_113714644
Ook BSD gebruikers. Wel benieuwd hoe Blizzard het precies ziet.
pi_113724693
Blizzard kan het niet reproduceren op hun eigen linuxbakken.
More oneness, less categories
Open hearts, no strategies
Decisions based upon faith and not fear
People who live right now and right here
pi_113772692
Ik heb begrepen dat het onder linux niet al te fijn is om een 2e grafische kaart aan het werk te krijgen, iemand die mij hier wat meer over kan vertellen? :)
  woensdag 4 juli 2012 @ 22:46:32 #46
377024 Quotidien
fetchez la vache
pi_113783890
Zouden jullie mij Ubuntu aanraden als vervanging voor Windows (ik weet dat het totaal anders is) ? Heb een pc besteld maar geen geld voor een win7 licentie. :')
Ik ben nie hier voor de pingpong te schpelen
  woensdag 4 juli 2012 @ 22:46:54 #47
75592 GlowMouse
l'état, c'est moi
pi_113783917
nee
eee7a201261dfdad9fdfe74277d27e68890cf0a220f41425870f2ca26e0521b0
  woensdag 4 juli 2012 @ 22:50:28 #48
377024 Quotidien
fetchez la vache
pi_113784180
Ik weet wel dat het totaal anders is he, een alternatief kun je het niet noemen.
Ik ben nie hier voor de pingpong te schpelen
pi_113784392
Wat wil je met de PC doen.
  woensdag 4 juli 2012 @ 22:56:08 #50
377024 Quotidien
fetchez la vache
pi_113784612
PS, Ai, mmorpg's spelen, downloaden, interneppen.
Ik ben nie hier voor de pingpong te schpelen
abonnement Unibet Coolblue
Forum Opties
Forumhop:
Hop naar:
(afkorting, bv 'KLB')