When ever I create a new subscription the page returns:
502 Bad Gateway
I found this article but it did not resolve the issue. http://kb.odin.com/en/118671
This error only occurs when I create a new subscription.
I use the following XML:
The user is successfully created, but I get the 502 error.
Can anyone please help me solve this issue, Thanks.
502 Bad Gateway
I found this article but it did not resolve the issue. http://kb.odin.com/en/118671
This error only occurs when I create a new subscription.
I use the following XML:
HTML:
<webspace>
<add>
<gen_setup>
<owner-login>$user_name</owner-login>
<name>$domain</name>
<ip_address>$ipaddress</ip_address>
<status>0</status>
</gen_setup>
<hosting>
<vrt_hst>
<property>
<name>ftp_login</name>
<value>$user_name</value>
</property>
<property>
<name>ftp_password</name>
<value>$password</value>
</property>
<ip_address>$ipaddress</ip_address>
</vrt_hst>
</hosting>
<plan-name>$plan_name</plan-name>
</add>
</webspace>
The user is successfully created, but I get the 502 error.
Can anyone please help me solve this issue, Thanks.